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

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

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle 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 | « Source/core/layout/LayoutObjectInlines.h ('k') | Source/core/layout/LayoutPagedFlowThread.cpp » ('j') | 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 e0c021ae2a69252f5390b8aa022585acb6f53ae0..b30d95d9551e3f09c6f5ffd5408a16cf27c14ee7 100644
--- a/Source/core/layout/LayoutPagedFlowThread.h
+++ b/Source/core/layout/LayoutPagedFlowThread.h
@@ -15,7 +15,7 @@ namespace blink {
// inherit from that one.
class LayoutPagedFlowThread : public LayoutMultiColumnFlowThread {
public:
- static LayoutPagedFlowThread* createAnonymous(Document&, const LayoutStyle& parentStyle);
+ static LayoutPagedFlowThread* createAnonymous(Document&, const ComputedStyle& parentStyle);
LayoutBlockFlow* pagedBlockFlow() const { return toLayoutBlockFlow(parent()); }
« no previous file with comments | « Source/core/layout/LayoutObjectInlines.h ('k') | Source/core/layout/LayoutPagedFlowThread.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698