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

Unified Diff: Source/web/WebSettingsImpl.h

Issue 1202763005: Scroll only visual viewport during OSX pinch gesture behind flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 | « Source/core/frame/Settings.in ('k') | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebSettingsImpl.h
diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
index bab2ed72d4e79efc304306b1d76946ed837f043f..cb7cd583d7255470909f4efd5234f3f464b8744c 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -103,6 +103,7 @@ public:
virtual void setImageAnimationPolicy(ImageAnimationPolicy) override;
virtual void setImagesEnabled(bool) override;
virtual void setInlineTextBoxAccessibilityEnabled(bool) override;
+ virtual void setInvertViewportScrollOrder(bool) override;
virtual void setJavaEnabled(bool) override;
virtual void setJavaScriptCanAccessClipboard(bool) override;
virtual void setJavaScriptCanOpenWindowsAutomatically(bool) override;
« no previous file with comments | « Source/core/frame/Settings.in ('k') | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698