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

Unified Diff: sky/engine/core/dom/Document.h

Issue 683703003: Remove various Heap* types. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « sky/engine/core/css/CSSCanvasValue.cpp ('k') | sky/engine/core/dom/Document.cpp » ('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 8247df53ab4b4bbb8b95fcc79449cfe8dd2bb277..e0e0b5585c99122fae01cbcab39746e20235235a 100644
--- a/sky/engine/core/dom/Document.h
+++ b/sky/engine/core/dom/Document.h
@@ -160,9 +160,6 @@ public:
// DocumentVisibilityObserver::setDocument
void setObservedDocument(Document&);
-protected:
- virtual void trace(Visitor*);
-
private:
void registerObserver(Document&);
void unregisterObserver();
@@ -655,8 +652,6 @@ public:
void updateStyleInvalidationIfNeeded();
- virtual void trace(Visitor*) override;
-
void didRecalculateStyleForElement() { ++m_styleRecalcElementCounter; }
virtual v8::Handle<v8::Object> wrap(v8::Handle<v8::Object> creationContext, v8::Isolate*) override;
« no previous file with comments | « sky/engine/core/css/CSSCanvasValue.cpp ('k') | sky/engine/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698