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

Unified Diff: Source/core/layout/LayoutText.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/LayoutTableSection.cpp ('k') | Source/core/layout/LayoutText.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutText.h
diff --git a/Source/core/layout/LayoutText.h b/Source/core/layout/LayoutText.h
index 77f13ead30fc899939a742a5008d930b3a6fe5a7..d73d55d5e0f18e2c1d814b875675f4c629edaf11 100644
--- a/Source/core/layout/LayoutText.h
+++ b/Source/core/layout/LayoutText.h
@@ -145,8 +145,8 @@ public:
protected:
virtual void willBeDestroyed() override;
- virtual void styleWillChange(StyleDifference, const LayoutStyle&) override final { }
- virtual void styleDidChange(StyleDifference, const LayoutStyle* oldStyle) override;
+ virtual void styleWillChange(StyleDifference, const ComputedStyle&) override final { }
+ virtual void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override;
virtual void setTextInternal(PassRefPtr<StringImpl>);
virtual UChar previousCharacter() const;
@@ -240,7 +240,7 @@ inline LayoutText* Text::layoutObject() const
return toLayoutText(CharacterData::layoutObject());
}
-void applyTextTransform(const LayoutStyle*, String&, UChar);
+void applyTextTransform(const ComputedStyle*, String&, UChar);
} // namespace blink
« no previous file with comments | « Source/core/layout/LayoutTableSection.cpp ('k') | Source/core/layout/LayoutText.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698