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

Unified Diff: Source/core/html/forms/ImageInputType.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/HiddenInputType.cpp ('k') | Source/core/html/forms/ImageInputType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/ImageInputType.h
diff --git a/Source/core/html/forms/ImageInputType.h b/Source/core/html/forms/ImageInputType.h
index e9942145eaf0dbf6bbb490f5dd10a3497fb3912e..34a55ec404df7e5501c2b8e6304d2ace4ef302ef 100644
--- a/Source/core/html/forms/ImageInputType.h
+++ b/Source/core/html/forms/ImageInputType.h
@@ -41,7 +41,7 @@ namespace blink {
class ImageInputType final : public BaseButtonInputType {
public:
static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&);
- virtual PassRefPtr<LayoutStyle> customStyleForLayoutObject(PassRefPtr<LayoutStyle>);
+ virtual PassRefPtr<ComputedStyle> customStyleForLayoutObject(PassRefPtr<ComputedStyle>);
private:
ImageInputType(HTMLInputElement&);
@@ -50,7 +50,7 @@ private:
bool appendFormData(FormDataList&, bool) const override;
String resultForDialogSubmit() const override;
bool supportsValidation() const override;
- LayoutObject* createLayoutObject(const LayoutStyle&) const override;
+ LayoutObject* createLayoutObject(const ComputedStyle&) const override;
void handleDOMActivateEvent(Event*) override;
void altAttributeChanged() override;
void srcAttributeChanged() override;
« no previous file with comments | « Source/core/html/forms/HiddenInputType.cpp ('k') | Source/core/html/forms/ImageInputType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698