| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index 3ae0445f65f5a71b3dee3cc736a56c83e0d4799d..1fe54c04f44a4ba62af1db220b498ca431d227d2 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -402,9 +402,6 @@ public:
|
| virtual const AtomicString& shadowPseudoId() const;
|
| void setShadowPseudoId(const AtomicString&);
|
|
|
| - LayoutSize minimumSizeForResizing() const;
|
| - void setMinimumSizeForResizing(const LayoutSize&);
|
| -
|
| virtual void didBecomeFullscreenElement() { }
|
| virtual void willStopBeingFullscreenElement() { }
|
|
|
|
|