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

Unified Diff: third_party/WebKit/Source/web/WebSettingsImpl.h

Issue 1662933003: Convert scroll anchoring flag to runtime-enabled feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 10 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: third_party/WebKit/Source/web/WebSettingsImpl.h
diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.h b/third_party/WebKit/Source/web/WebSettingsImpl.h
index f41b5db2f7eb383fdc8a432eeda95f31a386982a..411353e95dc946b0852d1d2a3f006ad715608384 100644
--- a/third_party/WebKit/Source/web/WebSettingsImpl.h
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
@@ -136,7 +136,6 @@ public:
void setRootLayerScrolls(bool) override;
void setRubberBandingOnCompositorThread(bool) override;
void setSansSerifFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) override;
- void setScrollAnchoringEnabled(bool) override;
void setSelectTrailingWhitespaceEnabled(bool override);
void setSelectionIncludesAltImageText(bool) override;
void setSelectionStrategy(SelectionStrategyType) override;
« no previous file with comments | « third_party/WebKit/Source/web/WebRuntimeFeatures.cpp ('k') | third_party/WebKit/Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698