Index: Source/core/frame/RemoteDOMWindow.h |
diff --git a/Source/core/frame/RemoteDOMWindow.h b/Source/core/frame/RemoteDOMWindow.h |
index e081bbf2766175f1b5de81fef44fa5f01f295f5e..22524ee0859b12aa2c850935fb8932f12bad4787 100644 |
--- a/Source/core/frame/RemoteDOMWindow.h |
+++ b/Source/core/frame/RemoteDOMWindow.h |
@@ -69,10 +69,10 @@ public: |
void scrollBy(const ScrollToOptions&) const override; |
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; |