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

Unified Diff: sky/engine/core/html/HTMLCanvasElement.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/frame/Screen.h ('k') | sky/engine/core/html/HTMLStyleElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/html/HTMLCanvasElement.h
diff --git a/sky/engine/core/html/HTMLCanvasElement.h b/sky/engine/core/html/HTMLCanvasElement.h
index a1cf937e8818cf010d669b030b6d9ea6ffaa2b46..0bb453f056ed8029fffcf749ea89c2038fc4e640 100644
--- a/sky/engine/core/html/HTMLCanvasElement.h
+++ b/sky/engine/core/html/HTMLCanvasElement.h
@@ -57,7 +57,7 @@ class ImageBuffer;
class ImageBufferSurface;
class IntSize;
-class CanvasObserver : public DummyBase<void> {
+class CanvasObserver {
DECLARE_EMPTY_VIRTUAL_DESTRUCTOR_WILL_BE_REMOVED(CanvasObserver);
public:
virtual void canvasChanged(HTMLCanvasElement*, const FloatRect& changedRect) = 0;
@@ -69,7 +69,6 @@ public:
class HTMLCanvasElement final : public HTMLElement, public DocumentVisibilityObserver, public CanvasImageSource, public ImageBufferClient {
DEFINE_WRAPPERTYPEINFO();
- WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(HTMLCanvasElement);
public:
DECLARE_NODE_FACTORY(HTMLCanvasElement);
virtual ~HTMLCanvasElement();
« no previous file with comments | « sky/engine/core/frame/Screen.h ('k') | sky/engine/core/html/HTMLStyleElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698