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

Unified Diff: Source/core/layout/LayoutState.h

Issue 1110233003: Update list markers in notify change. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add Rebaseline Created 5 years, 7 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/layout/LayoutState.h
diff --git a/Source/core/layout/LayoutState.h b/Source/core/layout/LayoutState.h
index bf85b1b7728cba43f6f9e1c32c1f4d52adef2f16..159800b5efaaeb181a98b7665294d0c13583324a 100644
--- a/Source/core/layout/LayoutState.h
+++ b/Source/core/layout/LayoutState.h
@@ -75,9 +75,6 @@ public:
LayoutFlowThread* flowThread() const { return m_flowThread; }
- // Used to temporarily set m_flowThread to nullptr. Needed because of crbug.com/370461 (list item markers).
- void setFlowThread(LayoutFlowThread* flowThread) { m_flowThread = flowThread; }
-
ColumnInfo* columnInfo() const { return m_columnInfo; }
LayoutObject& layoutObject() const { return m_layoutObject; }

Powered by Google App Engine
This is Rietveld 408576698