aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/gm.cpp
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-03-20 14:51:47 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-03-20 14:51:47 +0000
commitd5c9e996dff7169cd6bfbf5c6d1543fca512c1a5 (patch)
treec33f0ce090db0c651fe50f30c2979deebd68ea99 /gm/gm.cpp
parent166e653f67f3fffc3846184a25ce45ab083f07a2 (diff)
Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on android)
Diffstat (limited to 'gm/gm.cpp')
-rw-r--r--gm/gm.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gm/gm.cpp b/gm/gm.cpp
index f9c0e6637f..b6f21f81ff 100644
--- a/gm/gm.cpp
+++ b/gm/gm.cpp
@@ -8,6 +8,8 @@
#include "gm.h"
using namespace skiagm;
+SkString GM::gResourcePath;
+
GM::GM() {
fBGColor = SK_ColorWHITE;
}