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

Unified Diff: sky/engine/core/rendering/RenderFlexibleBox.h

Issue 1077453002: Remove dead createAnonymous functions. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 8 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 | « no previous file | sky/engine/core/rendering/RenderFlexibleBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/rendering/RenderFlexibleBox.h
diff --git a/sky/engine/core/rendering/RenderFlexibleBox.h b/sky/engine/core/rendering/RenderFlexibleBox.h
index ef1055fc07787a9465fbb6af6238ba72f0f29526..9d935007d091d9a169402c846005395128e57bae 100644
--- a/sky/engine/core/rendering/RenderFlexibleBox.h
+++ b/sky/engine/core/rendering/RenderFlexibleBox.h
@@ -41,8 +41,6 @@ public:
RenderFlexibleBox(ContainerNode*);
virtual ~RenderFlexibleBox();
- static RenderFlexibleBox* createAnonymous(Document*);
-
virtual const char* renderName() const override;
virtual bool isFlexibleBox() const override final { return true; }
« no previous file with comments | « no previous file | sky/engine/core/rendering/RenderFlexibleBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698