summaryrefslogtreecommitdiffstats
path: root/cc/cc.gyp
diff options
context:
space:
mode:
authorpowei@chromium.org <powei@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-08 12:04:12 +0000
committerpowei@chromium.org <powei@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-08 12:04:12 +0000
commit6be50ba83a2f6b9e8c2a03e13017c60bce0cea8c (patch)
tree620c51743d3a173db1f6c31372feab6f6158ba1d /cc/cc.gyp
parentd5339900ce504b95483c12a784c1096ad9938cef (diff)
downloadchromium_src-6be50ba83a2f6b9e8c2a03e13017c60bce0cea8c.zip
chromium_src-6be50ba83a2f6b9e8c2a03e13017c60bce0cea8c.tar.gz
chromium_src-6be50ba83a2f6b9e8c2a03e13017c60bce0cea8c.tar.bz2
cc: Fix incomplete changes to add ETC1 support
ETC1 resources was recently added (https://codereview.chromium.org/27973002), but the change did not cover the LayerTreeHostImpl path, which cause crashes when one tries to use ETC1 UIResourceBitmap. This update adds in the missing changes. BUG=314749 Review URL: https://codereview.chromium.org/41903003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233874 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc.gyp')
-rw-r--r--cc/cc.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 640b6b5..c89e9e3 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -286,6 +286,8 @@
'resources/caching_bitmap_content_layer_updater.h',
'resources/content_layer_updater.cc',
'resources/content_layer_updater.h',
+ 'resources/etc1_pixel_ref.cc',
+ 'resources/etc1_pixel_ref.h',
'resources/image_layer_updater.cc',
'resources/image_layer_updater.h',
'resources/image_raster_worker_pool.cc',