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

Unified Diff: webkit/common/webpreferences.h

Issue 17558002: Set default pinch viewport overlay scrollbar thickness in WebPreferences. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Only set default thickness if pinch viewport enabled. 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
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | webkit/common/webpreferences.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/webpreferences.h
diff --git a/webkit/common/webpreferences.h b/webkit/common/webpreferences.h
index 194b44e8995fa0feb524a06a7ae4ad50860aee4d..fc032455bb26de13a6bbe36d21e404d4183ff55d 100644
--- a/webkit/common/webpreferences.h
+++ b/webkit/common/webpreferences.h
@@ -153,6 +153,7 @@ struct WEBKIT_COMMON_EXPORT WebPreferences {
bool spatial_navigation_enabled;
bool experimental_websocket_enabled;
bool pinch_virtual_viewport_enabled;
+ int pinch_overlay_scrollbar_thickness;
// This flags corresponds to a Page's Settings' setCookieEnabled state. It
// only controls whether or not the "document.cookie" field is properly
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | webkit/common/webpreferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698