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

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

Issue 2258523006: Convert Settings::rootLayerScrolls to RuntimeEnabledFeatures (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add RAII-style helper to toggle REF. Rebase. Created 4 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: 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 050fb107b69898650b22f2822006b93895873100..662ee5a4c503185da9c06a4b69d0f7d4b34fe79b 100644
--- a/third_party/WebKit/Source/web/WebSettingsImpl.h
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
@@ -139,7 +139,6 @@ public:
void setPreferHiddenVolumeControls(bool) override;
void setRenderVSyncNotificationEnabled(bool) override;
void setReportScreenSizeInPhysicalPixelsQuirk(bool) override;
- void setRootLayerScrolls(bool) override;
void setRubberBandingOnCompositorThread(bool) override;
void setSansSerifFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) override;
void setSelectTrailingWhitespaceEnabled(bool 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