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

Unified Diff: webkit/renderer/compositor_bindings/compositor_bindings.gyp

Issue 18139004: cc: Create a LayerScrollClient interface and an adapter class in compositor_bindings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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
Index: webkit/renderer/compositor_bindings/compositor_bindings.gyp
diff --git a/webkit/renderer/compositor_bindings/compositor_bindings.gyp b/webkit/renderer/compositor_bindings/compositor_bindings.gyp
index 518413b4e238b883fd8dc089057ec931757e866f..043b1bb39d0238fe728f20fa76c43dc745801f2c 100644
--- a/webkit/renderer/compositor_bindings/compositor_bindings.gyp
+++ b/webkit/renderer/compositor_bindings/compositor_bindings.gyp
@@ -31,6 +31,8 @@
'web_to_ccscrollbar_theme_painter_adapter.h',
'web_to_cc_animation_delegate_adapter.cc',
'web_to_cc_animation_delegate_adapter.h',
+ 'web_to_cc_layer_scroll_client_adapter.cc',
+ 'web_to_cc_layer_scroll_client_adapter.h',
'web_scrollbar_layer_impl.cc',
'web_scrollbar_layer_impl.h',
'web_solid_color_layer_impl.cc',

Powered by Google App Engine
This is Rietveld 408576698