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

Unified Diff: cc/layer_tree_settings.cc

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: Rebase to fix collision with solid colour scrollbars patch. Created 7 years, 9 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/layer_tree_settings.h ('k') | cc/pinch_zoom_scrollbar.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_tree_settings.cc
diff --git a/cc/layer_tree_settings.cc b/cc/layer_tree_settings.cc
index 57710fd26bb52a7e238401caa676033a6cffaf9f..072592f146f9f0f652b35829a1cfff8f59435b0b 100644
--- a/cc/layer_tree_settings.cc
+++ b/cc/layer_tree_settings.cc
@@ -47,6 +47,7 @@ LayerTreeSettings::LayerTreeSettings()
, defaultTileSize(gfx::Size(256, 256))
, maxUntiledLayerSize(gfx::Size(512, 512))
, minimumOcclusionTrackingSize(gfx::Size(160, 160))
+ , usePinchZoomScrollbars(false)
{
// TODO(danakj): Renable surface caching when we can do it more realiably. crbug.com/170713
cacheRenderPassContents = false;
« no previous file with comments | « cc/layer_tree_settings.h ('k') | cc/pinch_zoom_scrollbar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698