Index: Source/core/frame/RemoteDOMWindow.h |
diff --git a/Source/core/frame/RemoteDOMWindow.h b/Source/core/frame/RemoteDOMWindow.h |
index 53efb7f5ff5e85064770cd0525745013605add0d..2fb2f015c45660db48782deaa15a3d07b26757ff 100644 |
--- a/Source/core/frame/RemoteDOMWindow.h |
+++ b/Source/core/frame/RemoteDOMWindow.h |
@@ -72,9 +72,9 @@ 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) 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) 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; |
PassRefPtrWillBeRawPtr<MediaQueryList> matchMedia(const String&) override; |
PassRefPtrWillBeRawPtr<CSSStyleDeclaration> getComputedStyle(Element*, const String& pseudoElt) const override; |