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

Unified Diff: Source/core/html/forms/InputTypeView.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/html/forms/InputType.cpp ('k') | Source/core/html/forms/InputTypeView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/InputTypeView.h
diff --git a/Source/core/html/forms/InputTypeView.h b/Source/core/html/forms/InputTypeView.h
index d006301b96ff5cf67d593f2ea84331531d359536..e6a9cced0686675b4490cd752caac20f98d71cec 100644
--- a/Source/core/html/forms/InputTypeView.h
+++ b/Source/core/html/forms/InputTypeView.h
@@ -52,7 +52,7 @@ class HTMLInputElement;
class KeyboardEvent;
class MouseEvent;
class LayoutObject;
-class LayoutStyle;
+class ComputedStyle;
class TouchEvent;
struct ClickHandlingState final : public NoBaseWillBeGarbageCollected<ClickHandlingState> {
@@ -98,8 +98,8 @@ public:
virtual void subtreeHasChanged();
virtual bool hasTouchEventHandler() const;
virtual void blur();
- virtual LayoutObject* createLayoutObject(const LayoutStyle&) const;
- virtual PassRefPtr<LayoutStyle> customStyleForLayoutObject(PassRefPtr<LayoutStyle>);
+ virtual LayoutObject* createLayoutObject(const ComputedStyle&) const;
+ virtual PassRefPtr<ComputedStyle> customStyleForLayoutObject(PassRefPtr<ComputedStyle>);
virtual void startResourceLoading();
virtual void closePopupView();
virtual void createShadowSubtree();
« no previous file with comments | « Source/core/html/forms/InputType.cpp ('k') | Source/core/html/forms/InputTypeView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698