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

Unified Diff: public/web/WebSettings.h

Issue 23691017: [Android WebView] Treat zero values in viewport arguments specially (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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: public/web/WebSettings.h
diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
index 2e3c8713748513bd5a2ee33ba363cdc52d38e503..6d42d59b3aa5fa9745061766c2481eafb32e75de 100644
--- a/public/web/WebSettings.h
+++ b/public/web/WebSettings.h
@@ -176,7 +176,7 @@ public:
virtual void setUseWideViewport(bool) = 0;
virtual void setValidationMessageTimerMagnification(int) = 0;
virtual void setViewportEnabled(bool) = 0;
- virtual void setViewportMetaLayoutSizeQuirk(bool) = 0;
+ virtual void setViewportMetaLayoutSizeAndZeroValuesQuirk(bool) = 0;
virtual void setVisualWordMovementEnabled(bool) = 0;
virtual void setWebAudioEnabled(bool) = 0;
virtual void setWebGLErrorsToConsoleEnabled(bool) = 0;
« Source/web/WebSettingsImpl.h ('K') | « Source/web/tests/data/viewport-zero-values.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698