aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/codec_android.gyp
diff options
context:
space:
mode:
authorGravatar msarett <msarett@google.com>2016-09-13 09:04:11 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-09-13 09:04:11 -0700
commitf7eb6fc71abd7649d65a877e7a10d1060afc0c88 (patch)
tree873bfaad147f112a8963a016c0cf640faeafde4c /gyp/codec_android.gyp
parentf06e5183004fb3c43b6cc4cb3b4140443d99b8e6 (diff)
Implement Fill() for incomplete decodes to RGBA_F16
Before this patch, we would hit an SkASSERT(false). BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2335203002 Review-Url: https://codereview.chromium.org/2335203002
Diffstat (limited to 'gyp/codec_android.gyp')
-rw-r--r--gyp/codec_android.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/codec_android.gyp b/gyp/codec_android.gyp
index 833d430f71..ce96d8d2a4 100644
--- a/gyp/codec_android.gyp
+++ b/gyp/codec_android.gyp
@@ -25,6 +25,7 @@
'../include/private',
'../src/android',
'../src/codec',
+ '../src/core',
],
'sources': [
'../src/android/SkBitmapRegionCodec.cpp',