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

Unified Diff: sky/engine/core/rendering/RenderInline.cpp

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 | « sky/engine/core/rendering/RenderInline.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/rendering/RenderInline.cpp
diff --git a/sky/engine/core/rendering/RenderInline.cpp b/sky/engine/core/rendering/RenderInline.cpp
index cdc0dc275f52923352048913f91e93f9242b7ea4..8064846973098bfeda374f54ea86a5f609dad962 100644
--- a/sky/engine/core/rendering/RenderInline.cpp
+++ b/sky/engine/core/rendering/RenderInline.cpp
@@ -51,13 +51,6 @@ RenderInline::RenderInline(Element* element)
{
}
-RenderInline* RenderInline::createAnonymous(Document* document)
-{
- RenderInline* renderer = new RenderInline(0);
- renderer->setDocumentForAnonymous(document);
- return renderer;
-}
-
void RenderInline::willBeDestroyed()
{
// Make sure to destroy anonymous children first while they are still connected to the rest of the tree, so that they will
« no previous file with comments | « sky/engine/core/rendering/RenderInline.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698