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

Unified Diff: Source/core/html/forms/RangeInputType.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/PopupMenuClient.h ('k') | Source/core/html/forms/RangeInputType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/RangeInputType.h
diff --git a/Source/core/html/forms/RangeInputType.h b/Source/core/html/forms/RangeInputType.h
index c40c525cf624a210958c8ec5b3e4800bf0fb8b77..7c792ec7fcc64ecc6a94a66c1982435c30b36e51 100644
--- a/Source/core/html/forms/RangeInputType.h
+++ b/Source/core/html/forms/RangeInputType.h
@@ -56,7 +56,7 @@ private:
void handleTouchEvent(TouchEvent*) override;
bool hasTouchEventHandler() const override;
void handleKeydownEvent(KeyboardEvent*) override;
- LayoutObject* createLayoutObject(const LayoutStyle&) const override;
+ LayoutObject* createLayoutObject(const ComputedStyle&) const override;
void createShadowSubtree() override;
Decimal parseToNumber(const String&, const Decimal&) const override;
String serialize(const Decimal&) const override;
« no previous file with comments | « Source/core/html/forms/PopupMenuClient.h ('k') | Source/core/html/forms/RangeInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698