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

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

Issue 765523002: Specialize InsertionPoint attach/detach. (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 | « no previous file | sky/engine/core/dom/Element.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/Element.h
diff --git a/sky/engine/core/dom/Element.h b/sky/engine/core/dom/Element.h
index 4f5a234c1a13f153fd368509f777d5e275f99138..2771a576bae818ad4cd323c86ac2ef5fd8c01b07 100644
--- a/sky/engine/core/dom/Element.h
+++ b/sky/engine/core/dom/Element.h
@@ -196,8 +196,9 @@ public:
bool hasEquivalentAttributes(const Element* other) const;
- virtual void attach(const AttachContext& = AttachContext()) override;
- virtual void detach(const AttachContext& = AttachContext()) override;
+ void attach(const AttachContext& = AttachContext()) final;
+ void detach(const AttachContext& = AttachContext()) final;
+
virtual RenderObject* createRenderer(RenderStyle*);
void recalcStyle(StyleRecalcChange, Text* nextTextSibling = 0);
void setAnimationStyleChange(bool);
« no previous file with comments | « no previous file | sky/engine/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698