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

Unified Diff: Source/WebCore/page/Settings.h

Issue 13462003: Add support for accelerated fixed root background (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@background-attachment-fixed2
Patch Set: Adding a FIXME for a bit that'll need fixing. Created 7 years, 8 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/WebCore/page/Settings.h
diff --git a/Source/WebCore/page/Settings.h b/Source/WebCore/page/Settings.h
index 2adaead33a673109491c1faa66dd97919a6506d2..54b4981c07dfb5ce3ba23861992f263aa40bf44b 100644
--- a/Source/WebCore/page/Settings.h
+++ b/Source/WebCore/page/Settings.h
@@ -125,6 +125,8 @@ namespace WebCore {
bool isScriptEnabled() const { return m_isScriptEnabled; }
void setScriptEnabled(bool);
+ // NB: This define is generated by a script. To add a new setting, you
+ // need to modify the script's input, Settings.in.
SETTINGS_GETTERS_AND_SETTERS
void setJavaEnabled(bool);

Powered by Google App Engine
This is Rietveld 408576698