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

Unified Diff: Source/core/layout/LayoutTextControlSingleLine.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
Index: Source/core/layout/LayoutTextControlSingleLine.h
diff --git a/Source/core/layout/LayoutTextControlSingleLine.h b/Source/core/layout/LayoutTextControlSingleLine.h
index 7d58123018c03e119296ef863d26313dff16d84a..e52fc513f7430c0363ec335f6869ef3dad62ef93 100644
--- a/Source/core/layout/LayoutTextControlSingleLine.h
+++ b/Source/core/layout/LayoutTextControlSingleLine.h
@@ -35,7 +35,7 @@ public:
LayoutTextControlSingleLine(HTMLInputElement*);
virtual ~LayoutTextControlSingleLine();
// FIXME: Move createInnerEditorStyle() to TextControlInnerEditorElement.
- virtual PassRefPtr<LayoutStyle> createInnerEditorStyle(const LayoutStyle& startStyle) const override final;
+ virtual PassRefPtr<ComputedStyle> createInnerEditorStyle(const ComputedStyle& startStyle) const override final;
void capsLockStateMayHaveChanged();
@@ -71,7 +71,7 @@ private:
virtual LayoutUnit preferredContentLogicalWidth(float charWidth) const override final;
virtual LayoutUnit computeControlLogicalHeight(LayoutUnit lineHeight, LayoutUnit nonContentHeight) const override;
- virtual void styleDidChange(StyleDifference, const LayoutStyle* oldStyle) override final;
+ virtual void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override final;
bool textShouldBeTruncated() const;
« no previous file with comments | « Source/core/layout/LayoutTextControlMultiLine.cpp ('k') | Source/core/layout/LayoutTextControlSingleLine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698