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

Unified Diff: Source/core/layout/LayoutTextControl.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/LayoutTextCombine.cpp ('k') | Source/core/layout/LayoutTextControl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutTextControl.h
diff --git a/Source/core/layout/LayoutTextControl.h b/Source/core/layout/LayoutTextControl.h
index e584b2e0e3de43c8642ceb7d148e8e6fad443b31..4032a1e08b24c5cce4fc0ad615e282cbe42768df 100644
--- a/Source/core/layout/LayoutTextControl.h
+++ b/Source/core/layout/LayoutTextControl.h
@@ -35,7 +35,7 @@ public:
virtual ~LayoutTextControl();
HTMLTextFormControlElement* textFormControlElement() const;
- virtual PassRefPtr<LayoutStyle> createInnerEditorStyle(const LayoutStyle& startStyle) const = 0;
+ virtual PassRefPtr<ComputedStyle> createInnerEditorStyle(const ComputedStyle& startStyle) const = 0;
virtual const char* name() const override { return "LayoutTextControl"; }
@@ -47,9 +47,9 @@ protected:
HTMLElement* innerEditorElement() const;
int scrollbarThickness() const;
- void adjustInnerEditorStyle(LayoutStyle& textBlockStyle) const;
+ void adjustInnerEditorStyle(ComputedStyle& textBlockStyle) const;
- virtual void styleDidChange(StyleDifference, const LayoutStyle* oldStyle) override;
+ virtual void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override;
void hitInnerEditorElement(HitTestResult&, const LayoutPoint& pointInContainer, const LayoutPoint& accumulatedOffset);
« no previous file with comments | « Source/core/layout/LayoutTextCombine.cpp ('k') | Source/core/layout/LayoutTextControl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698