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

Unified Diff: third_party/WebKit/Source/core/page/Page.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
Index: third_party/WebKit/Source/core/page/Page.h
diff --git a/third_party/WebKit/Source/core/page/Page.h b/third_party/WebKit/Source/core/page/Page.h
index 1b0a2ca1fc2354cfcd3ecdb3e3e4cd4c6561a41a..13ef51ed1feaee06ff70402e5e3686c3058cd041 100644
--- a/third_party/WebKit/Source/core/page/Page.h
+++ b/third_party/WebKit/Source/core/page/Page.h
@@ -200,16 +200,6 @@ public:
bool isPainting() const { return m_isPainting; }
#endif
- class CORE_EXPORT MultisamplingChangedObserver : public GarbageCollectedMixin {
- public:
- virtual void multisamplingChanged(bool) = 0;
- };
-
- void addMultisamplingChangedObserver(MultisamplingChangedObserver*);
-#if !ENABLE(OILPAN)
- void removeMultisamplingChangedObserver(MultisamplingChangedObserver*);
-#endif
-
void didCommitLoad(LocalFrame*);
void acceptLanguagesChanged();
@@ -287,8 +277,6 @@ private:
bool m_isPainting;
#endif
- HeapHashSet<WeakMember<MultisamplingChangedObserver>> m_multisamplingChangedObservers;
-
// A pointer to all the interfaces provided to in-process Frames for this Page.
// FIXME: Most of the members of Page should move onto FrameHost.
Member<FrameHost> m_frameHost;
« no previous file with comments | « third_party/WebKit/Source/core/frame/SettingsDelegate.h ('k') | third_party/WebKit/Source/core/page/Page.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698