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

Unified Diff: sky/engine/core/dom/shadow/InsertionPoint.h

Issue 709573002: Remove custom style callbacks. (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/Node.h ('k') | sky/engine/core/dom/shadow/InsertionPoint.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/shadow/InsertionPoint.h
diff --git a/sky/engine/core/dom/shadow/InsertionPoint.h b/sky/engine/core/dom/shadow/InsertionPoint.h
index fa6c48fe4b4fd48a66966f70d946cce093bae0a7..c17063c06fc11d59c54e648b0380f42eec2d5e94 100644
--- a/sky/engine/core/dom/shadow/InsertionPoint.h
+++ b/sky/engine/core/dom/shadow/InsertionPoint.h
@@ -67,7 +67,7 @@ public:
Node* nextTo(const Node* node) const { return m_distribution.nextTo(node); }
Node* previousTo(const Node* node) const { return m_distribution.previousTo(node); }
- virtual void trace(Visitor*) override;
+ void willRecalcStyle(StyleRecalcChange);
protected:
InsertionPoint(const QualifiedName&, Document&);
@@ -75,7 +75,6 @@ protected:
virtual void childrenChanged(const ChildrenChange&) override;
virtual InsertionNotificationRequest insertedInto(ContainerNode*) override;
virtual void removedFrom(ContainerNode*) override;
- virtual void willRecalcStyle(StyleRecalcChange) override;
private:
bool isInsertionPoint() const = delete; // This will catch anyone doing an unnecessary check.
« no previous file with comments | « sky/engine/core/dom/Node.h ('k') | sky/engine/core/dom/shadow/InsertionPoint.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698