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

Unified Diff: Source/core/rendering/CounterNode.h

Issue 620753006: Rendering API cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address jchaffraix remarks Created 6 years, 2 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
Index: Source/core/rendering/CounterNode.h
diff --git a/Source/core/rendering/CounterNode.h b/Source/core/rendering/CounterNode.h
index 3798800c0f0ff4dd6cf67d20e05e87401ad8b354..30b6fcd98dd9eed19b825625c0a34b12873e2df6 100644
--- a/Source/core/rendering/CounterNode.h
+++ b/Source/core/rendering/CounterNode.h
@@ -58,7 +58,6 @@ public:
CounterNode* parent() const { return m_parent; }
CounterNode* previousSibling() const { return m_previousSibling; }
CounterNode* nextSibling() const { return m_nextSibling; }
- CounterNode* firstChild() const { return m_firstChild; }
Julien - ping for review 2014/10/03 01:26:42 Let's keep this one for consistency.
CounterNode* lastChild() const { return m_lastChild; }
CounterNode* lastDescendant() const;
CounterNode* previousInPreOrder() const;

Powered by Google App Engine
This is Rietveld 408576698