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

Unified Diff: third_party/WebKit/Source/core/frame/Settings.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: msaasettings: declareeager Created 4 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
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | third_party/WebKit/Source/core/frame/Settings.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/Settings.h
diff --git a/third_party/WebKit/Source/core/frame/Settings.h b/third_party/WebKit/Source/core/frame/Settings.h
index a55c0773db7234ec6425062891564f6ff331c0a1..2adf9474e33d8545142082d9dafd394142bcd635 100644
--- a/third_party/WebKit/Source/core/frame/Settings.h
+++ b/third_party/WebKit/Source/core/frame/Settings.h
@@ -67,11 +67,6 @@ public:
static void setMockScrollbarsEnabled(bool flag);
static bool mockScrollbarsEnabled();
- // FIXME: naming_utilities.py isn't smart enough to handle OpenGL yet.
- // It could handle "GL", but that seems a bit overly broad.
- void setOpenGLMultisamplingEnabled(bool flag);
- bool openGLMultisamplingEnabled() { return m_openGLMultisamplingEnabled; }
-
void setDelegate(SettingsDelegate*);
private:
@@ -82,7 +77,6 @@ private:
SettingsDelegate* m_delegate;
GenericFontFamilySettings m_genericFontFamilySettings;
- bool m_openGLMultisamplingEnabled : 1;
IntSize m_textAutosizingWindowSizeOverride;
bool m_textAutosizingEnabled : 1;
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | third_party/WebKit/Source/core/frame/Settings.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698