| Index: Source/core/html/HTMLBodyElement.h
|
| diff --git a/Source/core/html/HTMLBodyElement.h b/Source/core/html/HTMLBodyElement.h
|
| index a03e9e85303e92af05f2d91fc1736289c97af4e0..6537422c9866d7dda859035eee13d42eaab25df8 100644
|
| --- a/Source/core/html/HTMLBodyElement.h
|
| +++ b/Source/core/html/HTMLBodyElement.h
|
| @@ -69,6 +69,9 @@ private:
|
|
|
| virtual int scrollHeight() override;
|
| virtual int scrollWidth() override;
|
| +
|
| + virtual void scrollBy(const ScrollToOptions&) override;
|
| + virtual void scrollTo(const ScrollToOptions&) override;
|
| };
|
|
|
| } // namespace blink
|
|
|