| Index: third_party/WebKit/Source/core/html/shadow/ProgressShadowElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/shadow/ProgressShadowElement.cpp b/third_party/WebKit/Source/core/html/shadow/ProgressShadowElement.cpp
|
| index 2f09229e13480fc32f186aaea93e5693cd845aea..4ee7485ae7563ae50a60e0b7ecfea3de86c0d808 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/ProgressShadowElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/shadow/ProgressShadowElement.cpp
|
| @@ -32,7 +32,7 @@
|
|
|
| #include "core/HTMLNames.h"
|
| #include "core/html/HTMLProgressElement.h"
|
| -#include "core/layout/LayoutProgress.h"
|
| +#include "core/layout/LayoutObject.h"
|
|
|
| namespace blink {
|
|
|
| @@ -61,11 +61,6 @@ inline ProgressInnerElement::ProgressInnerElement(Document& document)
|
|
|
| DEFINE_NODE_FACTORY(ProgressInnerElement)
|
|
|
| -LayoutObject* ProgressInnerElement::createLayoutObject(const ComputedStyle&)
|
| -{
|
| - return new LayoutProgress(this);
|
| -}
|
| -
|
| bool ProgressInnerElement::layoutObjectIsNeeded(const ComputedStyle& style)
|
| {
|
| if (progressElement()->openShadowRoot())
|
|
|