aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/copyTo4444.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/copyTo4444.cpp')
-rw-r--r--gm/copyTo4444.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/copyTo4444.cpp b/gm/copyTo4444.cpp
index 97e6f0a0db..b860dca3e9 100644
--- a/gm/copyTo4444.cpp
+++ b/gm/copyTo4444.cpp
@@ -32,7 +32,7 @@ protected:
virtual void onDraw(SkCanvas* canvas) {
SkBitmap bm, bm4444;
- if (!GetResourceAsBitmap("dog.jpg", &bm)) {
+ if (!GetResourceAsBitmap("images/dog.jpg", &bm)) {
SkDebugf("Could not decode the file. Did you forget to set the "
"resourcePath?\n");
return;