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

Unified Diff: public/web/WebSettings.h

Issue 55073002: [Android WebView] Add a quirk to clobber initial scale in certain cases (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed checking against device-width Created 7 years, 1 month 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 | « Source/web/tests/data/viewport-initial-scale-1.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebSettings.h
diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
index 14dde7a6b6d3abd531da6833de5a52b81406863f..63ab8cbaf5b3033048df7db20c9fe79697780610 100644
--- a/public/web/WebSettings.h
+++ b/public/web/WebSettings.h
@@ -82,6 +82,7 @@ public:
virtual void setAutoZoomFocusedNodeToLegibleScale(bool) = 0;
virtual void setAuthorAndUserStylesEnabled(bool) = 0;
virtual void setCaretBrowsingEnabled(bool) = 0;
+ virtual void setClobberUserAgentInitialScaleQuirk(bool) = 0;
virtual void setCompositedScrollingForFramesEnabled(bool) = 0;
virtual void setCompositorTouchHitTesting(bool) = 0;
virtual void setCookieEnabled(bool) = 0;
« no previous file with comments | « Source/web/tests/data/viewport-initial-scale-1.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698