aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/encode-platform.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/encode-platform.cpp')
-rw-r--r--gm/encode-platform.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gm/encode-platform.cpp b/gm/encode-platform.cpp
index dd7ca6e8a8..a9eaae6128 100644
--- a/gm/encode-platform.cpp
+++ b/gm/encode-platform.cpp
@@ -20,12 +20,12 @@
namespace skiagm {
static void make_opaque_256(SkBitmap* bitmap) {
- GetResourceAsBitmap("mandrill_256.png", bitmap);
+ GetResourceAsBitmap("images/mandrill_256.png", bitmap);
}
static void make_premul_256(SkBitmap* bitmap) {
SkBitmap tmp;
- GetResourceAsBitmap("yellow_rose.png", &tmp);
+ GetResourceAsBitmap("images/yellow_rose.png", &tmp);
tmp.extractSubset(bitmap, SkIRect::MakeWH(256, 256));
}