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

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

Issue 1286693003: Move code for locating the containing flow thread out of LayoutObject. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 | « no previous file | Source/core/layout/LayoutFlowThread.cpp » ('j') | Source/core/layout/LayoutFlowThread.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutFlowThread.h
diff --git a/Source/core/layout/LayoutFlowThread.h b/Source/core/layout/LayoutFlowThread.h
index db98e2dbbfd61d4ba1f9dbf74cd07af0a675647e..4f3365c6e27509bfc0afad4442bc6d2d837367b2 100644
--- a/Source/core/layout/LayoutFlowThread.h
+++ b/Source/core/layout/LayoutFlowThread.h
@@ -56,6 +56,8 @@ public:
bool supportsPaintInvalidationStateCachedOffsets() const override { return false; }
+ static LayoutFlowThread* locateFlowThreadContainingBlockOf(const LayoutObject&);
+
void layout() override;
// Always create a Layer for the LayoutFlowThread so that we
« no previous file with comments | « no previous file | Source/core/layout/LayoutFlowThread.cpp » ('j') | Source/core/layout/LayoutFlowThread.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698