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

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

Issue 1070233002: Remove dead code around anonymous renderers. (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/dom/Node.cpp ('k') | sky/engine/core/dom/Position.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/Position.h
diff --git a/sky/engine/core/dom/Position.h b/sky/engine/core/dom/Position.h
index 125aa02eec565f0c5a5acbd6ad7dc2b11e482771..30a8fbdf5d58cf2bd0099ba7b6d8530edc9fd647 100644
--- a/sky/engine/core/dom/Position.h
+++ b/sky/engine/core/dom/Position.h
@@ -183,7 +183,7 @@ public:
TextDirection primaryDirection() const;
- static bool hasRenderedNonAnonymousDescendantsWithHeight(RenderObject*);
+ static bool hasRenderedDescendantsWithHeight(RenderObject*);
static bool nodeIsUserSelectNone(Node*);
static bool nodeIsUserSelectAll(const Node*);
static Node* rootUserSelectAllForNode(Node*);
« no previous file with comments | « sky/engine/core/dom/Node.cpp ('k') | sky/engine/core/dom/Position.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698