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

Unified Diff: Source/core/html/HTMLProgressElement.h

Issue 942583002: Move rendering/RenderProgress to layout/LayoutProgress (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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/core.gypi ('k') | Source/core/html/HTMLProgressElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLProgressElement.h
diff --git a/Source/core/html/HTMLProgressElement.h b/Source/core/html/HTMLProgressElement.h
index 922bbea6403c30259de03f47c87e7e23988cad58..47c23d76bbe21bfb5835b32473f98a28d0932e8a 100644
--- a/Source/core/html/HTMLProgressElement.h
+++ b/Source/core/html/HTMLProgressElement.h
@@ -26,7 +26,7 @@
namespace blink {
class ProgressValueElement;
-class RenderProgress;
+class LayoutProgress;
class HTMLProgressElement final : public LabelableElement {
DEFINE_WRAPPERTYPEINFO();
@@ -58,7 +58,7 @@ private:
virtual bool supportLabels() const override { return true; }
virtual LayoutObject* createRenderer(const LayoutStyle&) override;
- RenderProgress* renderProgress() const;
+ LayoutProgress* layoutProgress() const;
virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/html/HTMLProgressElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698