Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(846)

Unified Diff: webkit/compositor_bindings/compositor_bindings.gyp

Issue 12326022: Efficiently handle image layer scaling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix win warnings Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/test/geometry_test_utils.h ('k') | webkit/compositor_bindings/compositor_bindings_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/compositor_bindings/compositor_bindings.gyp
diff --git a/webkit/compositor_bindings/compositor_bindings.gyp b/webkit/compositor_bindings/compositor_bindings.gyp
index df98e44d9200fbefd8ffb1226a11e74bf5553c5e..45eda152ec2ff5c7703facc9ac15933040ec5209 100644
--- a/webkit/compositor_bindings/compositor_bindings.gyp
+++ b/webkit/compositor_bindings/compositor_bindings.gyp
@@ -25,6 +25,8 @@
'web_image_layer_impl.h',
'web_layer_impl.cc',
'web_layer_impl.h',
+ 'web_layer_impl_fixed_bounds.cc',
+ 'web_layer_impl_fixed_bounds.h',
'web_nine_patch_layer_impl.cc',
'web_nine_patch_layer_impl.h',
'web_to_ccinput_handler_adapter.cc',
« no previous file with comments | « cc/test/geometry_test_utils.h ('k') | webkit/compositor_bindings/compositor_bindings_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698