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

Unified Diff: sky/engine/core/page/Page.h

Issue 709203002: Remove more oilpan. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/core/page/EventHandler.h ('k') | sky/engine/core/rendering/RenderObject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/page/Page.h
diff --git a/sky/engine/core/page/Page.h b/sky/engine/core/page/Page.h
index a725665301f03263c9aa24b1300da53994257dee..ab3028416ff052a06d2da69e88ba9d3d82e5b45d 100644
--- a/sky/engine/core/page/Page.h
+++ b/sky/engine/core/page/Page.h
@@ -65,8 +65,7 @@ typedef uint64_t LinkHash;
float deviceScaleFactor(LocalFrame*);
-class Page final : public DummyBase<Page>, public Supplementable<Page>, public LifecycleContext<Page>, public SettingsDelegate {
- WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(Page);
+class Page final : public Supplementable<Page>, public LifecycleContext<Page>, public SettingsDelegate {
WTF_MAKE_NONCOPYABLE(Page);
friend class Settings;
public:
@@ -145,7 +144,7 @@ public:
double timerAlignmentInterval() const;
- class MultisamplingChangedObserver : public DummyBase<void> {
+ class MultisamplingChangedObserver {
public:
virtual void multisamplingChanged(bool) = 0;
};
« no previous file with comments | « sky/engine/core/page/EventHandler.h ('k') | sky/engine/core/rendering/RenderObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698