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

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

Issue 708913002: Remove rendererIsNeeded. (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/Element.h ('k') | sky/engine/core/dom/RenderTreeBuilder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/Element.cpp
diff --git a/sky/engine/core/dom/Element.cpp b/sky/engine/core/dom/Element.cpp
index f0b3e53e048700d694e3c2d157f9b688d0241196..3427172783b94692e28f50c169183038174a4656 100644
--- a/sky/engine/core/dom/Element.cpp
+++ b/sky/engine/core/dom/Element.cpp
@@ -789,11 +789,6 @@ const AtomicString Element::imageSourceURL() const
return getAttribute(HTMLNames::srcAttr);
}
-bool Element::rendererIsNeeded(const RenderStyle& style)
-{
- return style.display() != NONE;
-}
-
RenderObject* Element::createRenderer(RenderStyle* style)
{
return RenderObject::createObject(this, style);
« no previous file with comments | « sky/engine/core/dom/Element.h ('k') | sky/engine/core/dom/RenderTreeBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698