| commit | bcbc1788b478b1e54079318ad073e8490aa66fae | [log] [tgz] |
|---|---|---|
| author | tfarina <tfarina@chromium.org> | Wed Jun 18 14:32:48 2014 -0700 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Jun 18 14:32:49 2014 -0700 |
| tree | 5492557ad07a5917364b69721788bc5ec471954a | |
| parent | 6518eaaefac27a823c55c16c12b3c698f09aabf5 [diff] [blame] |
Refactor how we handle resources path in Tests. This idea emerged while doing https://codereview.chromium.org/321723002/ (commit 880914c35c8f7fc2e9c57134134c883baf66e538). BUG=None TEST=make tests && out/Debug/tests R=mtklein@google.com Author: tfarina@chromium.org Review URL: https://codereview.chromium.org/346453002
diff --git a/bench/ETCBitmapBench.cpp b/bench/ETCBitmapBench.cpp index e9aee76..d5f32db 100644 --- a/bench/ETCBitmapBench.cpp +++ b/bench/ETCBitmapBench.cpp
@@ -5,6 +5,7 @@ * found in the LICENSE file. */ +#include "Resources.h" #include "SkBenchmark.h" #include "SkCanvas.h" #include "SkData.h"