| Index: Source/core/frame/LocalDOMWindow.h
|
| diff --git a/Source/core/frame/LocalDOMWindow.h b/Source/core/frame/LocalDOMWindow.h
|
| index 573260a0c8f3e770e7dc9930fef1e1a9cba5256d..85cbe481bb9b41c71eeacc342ecf1098222d6bf6 100644
|
| --- a/Source/core/frame/LocalDOMWindow.h
|
| +++ b/Source/core/frame/LocalDOMWindow.h
|
| @@ -134,9 +134,9 @@ public:
|
| void scrollTo(const ScrollToOptions&) const override;
|
|
|
| void moveBy(int x, int y) const override;
|
| - void moveTo(int x, int y, bool hasX, bool hasY) const override;
|
| + void moveTo(int x, int y) const override;
|
| void resizeBy(int x, int y) const override;
|
| - void resizeTo(int width, int height, bool hasWidth, bool hasHeight) const override;
|
| + void resizeTo(int width, int height) const override;
|
| PassRefPtrWillBeRawPtr<MediaQueryList> matchMedia(const String&) override;
|
| PassRefPtrWillBeRawPtr<CSSStyleDeclaration> getComputedStyle(Element*, const String& pseudoElt) const override;
|
| PassRefPtrWillBeRawPtr<CSSRuleList> getMatchedCSSRules(Element*, const String& pseudoElt) const override;
|
|
|