| 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 1ca68595a83a02fc240f6fd604ec3c56646b2b5e..d8aabd884ca446862dec4f8e3ca45369cfa046f3 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h
|
| @@ -44,6 +44,7 @@ class LayoutEmbeddedObject final : public LayoutPart {
|
| bool showsUnavailablePluginIndicator() const;
|
|
|
| const char* name() const override { return "LayoutEmbeddedObject"; }
|
| + char objectSize() const override { return sizeof(this); }
|
|
|
| const String& unavailablePluginReplacementText() const {
|
| return m_unavailablePluginReplacementText;
|
|
|