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

Unified Diff: Source/core/layout/LayoutRubyRun.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/LayoutRubyBase.cpp ('k') | Source/core/layout/LayoutRubyRun.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutRubyRun.h
diff --git a/Source/core/layout/LayoutRubyRun.h b/Source/core/layout/LayoutRubyRun.h
index 1b4c30bf77e9b488c5219db70ff471a06b61d00b..984fd7b89a9fb2e491e4a5bc6d18e652969927cd 100644
--- a/Source/core/layout/LayoutRubyRun.h
+++ b/Source/core/layout/LayoutRubyRun.h
@@ -54,7 +54,7 @@ public:
virtual LayoutObject* layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope&) override;
virtual void layout() override;
- virtual bool isChildAllowed(LayoutObject*, const LayoutStyle&) const override;
+ virtual bool isChildAllowed(LayoutObject*, const ComputedStyle&) const override;
virtual void addChild(LayoutObject* child, LayoutObject* beforeChild = 0) override;
virtual void removeChild(LayoutObject* child) override;
« no previous file with comments | « Source/core/layout/LayoutRubyBase.cpp ('k') | Source/core/layout/LayoutRubyRun.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698