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

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
Index: Source/core/html/HTMLProgressElement.h
diff --git a/Source/core/html/HTMLProgressElement.h b/Source/core/html/HTMLProgressElement.h
index 922bbea6403c30259de03f47c87e7e23988cad58..bd4d2ae91bf005b7d72b33c74ea7add8fc5e795b 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* renderProgress() const;
virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;

Powered by Google App Engine
This is Rietveld 408576698