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

Unified Diff: Source/core/html/shadow/ProgressShadowElement.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/ProgressShadowElement.h
diff --git a/Source/core/html/shadow/ProgressShadowElement.h b/Source/core/html/shadow/ProgressShadowElement.h
index 35a0365a18932eca8bb80e3bd1dfc858d4253cf3..70bbf4e97cd9e326b26cf1c5ac5fd74c2fb7f327 100644
--- a/Source/core/html/shadow/ProgressShadowElement.h
+++ b/Source/core/html/shadow/ProgressShadowElement.h
@@ -45,7 +45,7 @@ public:
HTMLProgressElement* progressElement() const;
protected:
- virtual bool layoutObjectIsNeeded(const LayoutStyle&) override;
+ virtual bool layoutObjectIsNeeded(const ComputedStyle&) override;
};
class ProgressInnerElement final : public ProgressShadowElement {
@@ -55,8 +55,8 @@ public:
private:
explicit ProgressInnerElement(Document&);
- virtual LayoutObject* createLayoutObject(const LayoutStyle&) override;
- virtual bool layoutObjectIsNeeded(const LayoutStyle&) override;
+ virtual LayoutObject* createLayoutObject(const ComputedStyle&) override;
+ virtual bool layoutObjectIsNeeded(const ComputedStyle&) override;
};
class ProgressBarElement final : public ProgressShadowElement {
« no previous file with comments | « Source/core/html/shadow/PickerIndicatorElement.cpp ('k') | Source/core/html/shadow/ProgressShadowElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698