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

Unified Diff: Source/core/dom/LayoutTreeBuilder.h

Issue 778003003: List marker pseudo elements. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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
Index: Source/core/dom/LayoutTreeBuilder.h
diff --git a/Source/core/dom/LayoutTreeBuilder.h b/Source/core/dom/LayoutTreeBuilder.h
index 38992a8af63a3314ddee6f8850d4146dfbbbc810..e5ce4f2d11d75f9d2a22fc243eba26a34058b748 100644
--- a/Source/core/dom/LayoutTreeBuilder.h
+++ b/Source/core/dom/LayoutTreeBuilder.h
@@ -87,7 +87,7 @@ public:
private:
LayoutObject* parentLayoutObject() const;
- LayoutObject* nextLayoutObject() const;
+ LayoutObject* nextLayoutObject(LayoutObject*) const;
bool shouldCreateLayoutObject() const;
ComputedStyle& style() const;
void createLayoutObject();

Powered by Google App Engine
This is Rietveld 408576698