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

Unified Diff: sky/engine/core/dom/Document.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/dom/DOMTokenList.h ('k') | sky/engine/core/dom/DocumentMarker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/Document.h
diff --git a/sky/engine/core/dom/Document.h b/sky/engine/core/dom/Document.h
index 9a3abbdc52fe353bd587f9a76fa4b89df784b96f..3c7cd76af5ea3192dce967e74f3f9f7c4ed390cb 100644
--- a/sky/engine/core/dom/Document.h
+++ b/sky/engine/core/dom/Document.h
@@ -145,7 +145,7 @@ typedef unsigned char DocumentClassFlags;
class Document;
-class DocumentVisibilityObserver : public DummyBase<void> {
+class DocumentVisibilityObserver {
public:
DocumentVisibilityObserver(Document&);
virtual ~DocumentVisibilityObserver();
@@ -167,7 +167,6 @@ private:
class Document : public ContainerNode, public TreeScope, public ExecutionContext, public ExecutionContextClient
, public DocumentSupplementable, public LifecycleContext<Document>, public ResourceClient {
DEFINE_WRAPPERTYPEINFO();
- WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(Document);
public:
static PassRefPtr<Document> create(const DocumentInit& initializer = DocumentInit())
{
« no previous file with comments | « sky/engine/core/dom/DOMTokenList.h ('k') | sky/engine/core/dom/DocumentMarker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698