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

Unified Diff: sky/engine/core/frame/Settings.in

Issue 681583002: Remove pinch viewports. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: upload synced patch Created 6 years, 2 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: sky/engine/core/frame/Settings.in
diff --git a/sky/engine/core/frame/Settings.in b/sky/engine/core/frame/Settings.in
index d599d3d8ca4a11277601f2962f74e54f21a4831a..472bd6aae5d7ecc1c902fdacce4af61eef623116 100644
--- a/sky/engine/core/frame/Settings.in
+++ b/sky/engine/core/frame/Settings.in
@@ -146,15 +146,7 @@ forceZeroLayoutHeight initial=false, invalidate=ViewportDescription
# crbug.com/304873 tracks removal once it's been enabled on all platforms.
touchEditingEnabled initial=false
-# Settings for experimental desktop pinch-zoom support (with semantics
-# optimized for large screens). Pinch-zoom generally is implemented mainly
-# outside of blink (in the compositor) and doesn't require any settings.
-# These settings are for an experimental modification to how pinch-zoom
-# behaves. TODO(wjmaclean): link to design document.
-# crbug.com/304869 tracks removal.
-pinchVirtualViewportEnabled initial=false
useSolidColorScrollbars initial=true
-pinchOverlayScrollbarThickness type=int, initial=0
mainFrameClipsContent initial=true

Powered by Google App Engine
This is Rietveld 408576698