| Index: third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h b/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h
|
| index 99f204df9a4a7495059c32669cbb5f52c51169e7..dff666dbb8d2659f3b0c9c4f396a28de44799dbe 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h
|
| @@ -56,7 +56,7 @@ private:
|
| PaintInvalidationReason invalidatePaintIfNeeded(PaintInvalidationState&, const LayoutBoxModelObject&) final;
|
|
|
| bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectEmbeddedObject || LayoutPart::isOfType(type); }
|
| - LayoutBox* embeddedContentBox() const final;
|
| + LayoutReplaced* embeddedReplacedContent() const final;
|
|
|
| PaintLayerType layerTypeRequired() const final;
|
|
|
|
|