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

Unified Diff: Source/web/WebSettingsImpl.h

Issue 979033003: Move code from StyleResolver to ViewportStyleResolver. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed stray method declaration Created 5 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
Index: Source/web/WebSettingsImpl.h
diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
index ce8b35c84f787625e79cef8fcb4c21221683cf39..43fd7697c36963a11f10f0b560b3a74ac505bec3 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -165,6 +165,7 @@ public:
virtual void setUnsafePluginPastingEnabled(bool) override;
virtual void setUsesEncodingDetector(bool) override;
virtual void setUseLegacyBackgroundSizeShorthandBehavior(bool) override;
+ virtual void setUseMobileViewportStyle(bool) override;
virtual void setUseSolidColorScrollbars(bool) override;
virtual void setUseWideViewport(bool) override;
virtual void setV8CacheOptions(V8CacheOptions) override;

Powered by Google App Engine
This is Rietveld 408576698