aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/savelayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/savelayer.cpp')
-rw-r--r--gm/savelayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/savelayer.cpp b/gm/savelayer.cpp
index dd7ff7b54e..a5b2f9c46d 100644
--- a/gm/savelayer.cpp
+++ b/gm/savelayer.cpp
@@ -109,7 +109,7 @@ DEF_SIMPLE_GM(picture_savelayer, canvas, 320, 640) {
// restore with kPlus mode, which should show the mandrill super-bright on the outside, but
// normal where we punched the hole.
DEF_SIMPLE_GM(savelayer_initfromprev, canvas, 256, 256) {
- canvas->drawImage(GetResourceAsImage("mandrill_256.png"), 0, 0, nullptr);
+ canvas->drawImage(GetResourceAsImage("images/mandrill_256.png"), 0, 0, nullptr);
SkCanvas::SaveLayerRec rec;
SkPaint paint;