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

Unified Diff: Source/core/layout/LayoutRuby.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/LayoutReplaced.cpp ('k') | Source/core/layout/LayoutRuby.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutRuby.h
diff --git a/Source/core/layout/LayoutRuby.h b/Source/core/layout/LayoutRuby.h
index c7cec458e7067f8c89e242b2960248f35ce70ab8..4d922232b26c69b977ba1056db9ba0871fae7dc9 100644
--- a/Source/core/layout/LayoutRuby.h
+++ b/Source/core/layout/LayoutRuby.h
@@ -62,7 +62,7 @@ public:
virtual const char* name() const override { return "LayoutRuby (inline)"; }
protected:
- virtual void styleDidChange(StyleDifference, const LayoutStyle* oldStyle) override;
+ virtual void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override;
private:
virtual bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectRuby || LayoutInline::isOfType(type); }
@@ -81,7 +81,7 @@ public:
virtual const char* name() const override { return "LayoutRuby (block)"; }
protected:
- virtual void styleDidChange(StyleDifference, const LayoutStyle* oldStyle) override;
+ virtual void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override;
private:
virtual bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectRuby || LayoutBlockFlow::isOfType(type); }
« no previous file with comments | « Source/core/layout/LayoutReplaced.cpp ('k') | Source/core/layout/LayoutRuby.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698