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

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

Issue 1849023003: Remove the MSAA WebSetting, which is not read or used. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rm-alphadepthetc
Patch Set: Created 4 years, 9 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 7babca75c844e36f2ccea45d36f490c7a8639ee9..892e5cfc0887bd34d331f4f171d7faf47d85f3fe 100644
--- a/third_party/WebKit/Source/web/WebSettingsImpl.h
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
@@ -123,7 +123,6 @@ public:
void setMinimumLogicalFontSize(int) override;
void setMockScrollbarsEnabled(bool) override;
void setOfflineWebApplicationCacheEnabled(bool) override;
- void setOpenGLMultisamplingEnabled(bool) override;
void setPasswordEchoDurationInSeconds(double) override;
void setPasswordEchoEnabled(bool) override;
void setPerTilePaintingEnabled(bool) override;

Powered by Google App Engine
This is Rietveld 408576698