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

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

Issue 2155273002: Make it possible for downstream projects to easily set the default fill color Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mac fixup Created 4 years, 5 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 3e71c19c76ca9fa25a62d94fe9cb90770fe43f93..af291626838af3fcfbceb5655a9e25a220932445 100644
--- a/third_party/WebKit/Source/web/WebSettingsImpl.h
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
@@ -77,6 +77,7 @@ public:
void setDNSPrefetchingEnabled(bool) override;
void setDataSaverEnabled(bool) override;
void setDOMPasteAllowed(bool) override;
+ void setDefaultBackgroundColor(WebColor) override;
void setDefaultFixedFontSize(int) override;
void setDefaultFontSize(int) override;
void setDefaultTextEncodingName(const WebString&) override;

Powered by Google App Engine
This is Rietveld 408576698