| Index: third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp b/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| index 19213d5a5c537479873807c253c54e5562eb0c46..9e12e0e2984f020b042b14d40f9c484010da9254 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
|
| @@ -85,6 +85,9 @@ public:
|
| SandboxFlags sandboxFlags() const override { return SandboxNone; }
|
| void dispatchLoad() override { }
|
| void renderFallbackContent() override { }
|
| + ScrollbarMode scrollingMode() const override { return ScrollbarAuto; }
|
| + int marginWidth() const override { return -1; }
|
| + int marginHeight() const override { return -1; }
|
| };
|
|
|
| class FrameFetchContextTest : public ::testing::Test {
|
|
|