| Index: third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLImageElement.h b/third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| index b831d14ff1e09f44543b7577b02c014ae1db739c..37bf7e4034697eb37bf8e706420fb3a765a5e852 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLImageElement.h
|
| @@ -114,6 +114,7 @@ class CORE_EXPORT HTMLImageElement final
|
| virtual void ensureCollapsedOrFallbackContent();
|
| virtual void ensureFallbackForGeneratedContent();
|
| virtual void ensurePrimaryContent();
|
| + bool isCollapsed() const;
|
|
|
| // CanvasImageSource implementation
|
| PassRefPtr<Image> getSourceImageForCanvas(SourceImageStatus*,
|
| @@ -187,7 +188,6 @@ class CORE_EXPORT HTMLImageElement final
|
| void setLayoutDisposition(LayoutDisposition, bool forceReattach = false);
|
|
|
| void attachLayoutTree(const AttachContext& = AttachContext()) override;
|
| - bool layoutObjectIsNeeded(const ComputedStyle&) override;
|
| LayoutObject* createLayoutObject(const ComputedStyle&) override;
|
|
|
| bool canStartSelection() const override { return false; }
|
|
|