Index: Source/core/html/shadow/ProgressShadowElement.cpp |
diff --git a/Source/core/html/shadow/ProgressShadowElement.cpp b/Source/core/html/shadow/ProgressShadowElement.cpp |
index dde73f8e3c593226f44e83ef484685e53f20cbbc..e9d104e81fa098ac3ee0b5ecafb0005adb84eff7 100644 |
--- a/Source/core/html/shadow/ProgressShadowElement.cpp |
+++ b/Source/core/html/shadow/ProgressShadowElement.cpp |
@@ -34,7 +34,7 @@ |
#include "core/HTMLNames.h" |
#include "core/html/HTMLProgressElement.h" |
-#include "core/rendering/RenderProgress.h" |
+#include "core/layout/LayoutProgress.h" |
namespace blink { |
@@ -65,7 +65,7 @@ DEFINE_NODE_FACTORY(ProgressInnerElement) |
LayoutObject* ProgressInnerElement::createRenderer(const LayoutStyle&) |
{ |
- return new RenderProgress(this); |
+ return new LayoutProgress(this); |
} |
bool ProgressInnerElement::rendererIsNeeded(const LayoutStyle& style) |