| Index: third_party/WebKit/Source/web/tests/scheduler/FrameThrottlingTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/FrameThrottlingTest.cpp b/third_party/WebKit/Source/web/tests/scheduler/FrameThrottlingTest.cpp
|
| similarity index 99%
|
| rename from third_party/WebKit/Source/web/tests/FrameThrottlingTest.cpp
|
| rename to third_party/WebKit/Source/web/tests/scheduler/FrameThrottlingTest.cpp
|
| index e2a4891eabfac070d5db544b416c2ec9a0176d9f..59f4c571279c3edc4614001daffd22dd0dc02839 100644
|
| --- a/third_party/WebKit/Source/web/tests/FrameThrottlingTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/scheduler/FrameThrottlingTest.cpp
|
| @@ -65,7 +65,10 @@ class FrameThrottlingTest : public SimTest,
|
| public ::testing::WithParamInterface<bool>,
|
| private ScopedRootLayerScrollingForTest {
|
| protected:
|
| - FrameThrottlingTest() : ScopedRootLayerScrollingForTest(GetParam()) {
|
| + FrameThrottlingTest() : ScopedRootLayerScrollingForTest(GetParam()) {}
|
| +
|
| + void SetUp() override {
|
| + SimTest::SetUp();
|
| WebView().Resize(WebSize(640, 480));
|
| }
|
|
|
|
|