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

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

Issue 883293004: [New Multicolumn] Preparatory work for nested multicol support. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Place the new files in ../layout/ , since that's where they'll end up soon anyway. Created 5 years, 10 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/RenderFlowThread.h
diff --git a/Source/core/rendering/RenderFlowThread.h b/Source/core/rendering/RenderFlowThread.h
index 28315b06f22561ae6c03f945603b3448b259b198..6495739c9dd99ef30c367e646de085ac65a1838c 100644
--- a/Source/core/rendering/RenderFlowThread.h
+++ b/Source/core/rendering/RenderFlowThread.h
@@ -122,7 +122,7 @@ public:
protected:
virtual const char* renderName() const = 0;
- void updateRegionsFlowThreadPortionRect();
+ void generateColumnSetIntervalTree();
RenderMultiColumnSetList m_multiColumnSetList;

Powered by Google App Engine
This is Rietveld 408576698