Index: Source/core/loader/FrameFetchContextTest.cpp |
diff --git a/Source/core/loader/FrameFetchContextTest.cpp b/Source/core/loader/FrameFetchContextTest.cpp |
index 75ae5c2da912923f1797d4be95218dc7c2d1b976..5fd2ddbfa5742d6a24ef52cd1a9e0391cf80cdf2 100644 |
--- a/Source/core/loader/FrameFetchContextTest.cpp |
+++ b/Source/core/loader/FrameFetchContextTest.cpp |
@@ -356,6 +356,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 FrameFetchContextCachePolicyTest : public ::testing::Test { |