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

Unified Diff: Source/core/html/shadow/TextControlInnerElements.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/html/shadow/TextControlInnerElements.h
diff --git a/Source/core/html/shadow/TextControlInnerElements.h b/Source/core/html/shadow/TextControlInnerElements.h
index 55b700cdfd2a9939feeb785cfd7fc557ff14d756..2ce291c610898c0187a9b728b33b0e6f8537e5a8 100644
--- a/Source/core/html/shadow/TextControlInnerElements.h
+++ b/Source/core/html/shadow/TextControlInnerElements.h
@@ -38,7 +38,7 @@ public:
protected:
explicit TextControlInnerContainer(Document&);
- virtual LayoutObject* createLayoutObject(const LayoutStyle&) override;
+ virtual LayoutObject* createLayoutObject(const ComputedStyle&) override;
};
class EditingViewPortElement final : public HTMLDivElement {
@@ -47,7 +47,7 @@ public:
protected:
explicit EditingViewPortElement(Document&);
- virtual PassRefPtr<LayoutStyle> customStyleForLayoutObject() override;
+ virtual PassRefPtr<ComputedStyle> customStyleForLayoutObject() override;
private:
virtual bool supportsFocus() const override { return false; }
@@ -61,8 +61,8 @@ public:
private:
explicit TextControlInnerEditorElement(Document&);
- virtual LayoutObject* createLayoutObject(const LayoutStyle&) override;
- virtual PassRefPtr<LayoutStyle> customStyleForLayoutObject() override;
+ virtual LayoutObject* createLayoutObject(const ComputedStyle&) override;
+ virtual PassRefPtr<ComputedStyle> customStyleForLayoutObject() override;
virtual bool supportsFocus() const override { return false; }
};
« no previous file with comments | « Source/core/html/shadow/SliderThumbElement.cpp ('k') | Source/core/html/shadow/TextControlInnerElements.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698