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

Unified Diff: cc/cc.gyp

Issue 11550035: Implement pinch-zoom scaling for main-frame scrollbars and pinch-zoom overlay scrollbars. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revised per latest comments. 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/animation_events.h ('k') | cc/layer.h » ('j') | cc/layer_tree_host.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 21a1cbd856289e99d3fd7fe6b27d970748aa603c..29bf9b48349236861962b2784020c6ac6670a69c 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -167,6 +167,12 @@
'picture_pile_base.h',
'picture_pile_impl.cc',
'picture_pile_impl.h',
+ 'pinch_zoom_scrollbar.cc',
+ 'pinch_zoom_scrollbar.h',
+ 'pinch_zoom_scrollbar_geometry.cc',
+ 'pinch_zoom_scrollbar_geometry.h',
+ 'pinch_zoom_scrollbar_painter.cc',
+ 'pinch_zoom_scrollbar_painter.h',
'platform_color.h',
'prioritized_resource.cc',
'prioritized_resource.h',
« no previous file with comments | « cc/animation_events.h ('k') | cc/layer.h » ('j') | cc/layer_tree_host.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698