| Index: Source/core/frame/LocalDOMWindow.h
|
| diff --git a/Source/core/frame/LocalDOMWindow.h b/Source/core/frame/LocalDOMWindow.h
|
| index 8e233fa8b819442464fd86f9556f65e0b5693774..c607ff35b2a26b818d0aa8ecd4d8a9e92aea3d4a 100644
|
| --- a/Source/core/frame/LocalDOMWindow.h
|
| +++ b/Source/core/frame/LocalDOMWindow.h
|
| @@ -137,10 +137,10 @@ public:
|
| void scrollTo(double x, double y) const override;
|
| void scrollTo(const ScrollToOptions&) const override;
|
|
|
| - void moveBy(int x, int y, bool hasX, bool hasY) const override;
|
| - void moveTo(int x, int y, bool hasX, bool hasY) const override;
|
| - void resizeBy(int x, int y, bool hasX, bool hasY) const override;
|
| - void resizeTo(int width, int height, bool hasWidth, bool hasHeight) const override;
|
| + void moveBy(int x, int y) const override;
|
| + void moveTo(int x, int y) const override;
|
| + void resizeBy(int x, int y) 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;
|
|
|