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

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

Issue 1001803002: Correct LayoutPagedFlowThread::name(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutPagedFlowThread.h
diff --git a/Source/core/layout/LayoutPagedFlowThread.h b/Source/core/layout/LayoutPagedFlowThread.h
index d6bca85212a800c26fbe9e01ed5e5721bb8ff571..e0c021ae2a69252f5390b8aa022585acb6f53ae0 100644
--- a/Source/core/layout/LayoutPagedFlowThread.h
+++ b/Source/core/layout/LayoutPagedFlowThread.h
@@ -20,7 +20,7 @@ public:
LayoutBlockFlow* pagedBlockFlow() const { return toLayoutBlockFlow(parent()); }
virtual bool isLayoutPagedFlowThread() const override { return true; }
- virtual const char* name() const override { return "LayoutMultiColumnSpannerPlaceholder"; }
+ virtual const char* name() const override { return "LayoutPagedFlowThread"; }
virtual bool needsNewWidth() const override;
virtual void updateLogicalWidth() override;
virtual void layout();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698