| Index: third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp
|
| index 30ef9b2f2ecbc9039ae455561172c65c1946fda6..28b1a68079a7528d972e685a18b5bdd5213afe97 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayerTest.cpp
|
| @@ -35,6 +35,7 @@
|
| #include "platform/animation/CompositorFloatAnimationCurve.h"
|
| #include "platform/animation/CompositorTargetProperty.h"
|
| #include "platform/graphics/CompositorElementId.h"
|
| +#include "platform/scheduler/child/web_scheduler.h"
|
| #include "platform/scroll/ScrollableArea.h"
|
| #include "platform/testing/FakeGraphicsLayer.h"
|
| #include "platform/testing/FakeGraphicsLayerClient.h"
|
| @@ -47,7 +48,6 @@
|
| #include "public/platform/WebCompositorSupport.h"
|
| #include "public/platform/WebLayer.h"
|
| #include "public/platform/WebLayerTreeView.h"
|
| -#include "public/platform/WebScheduler.h"
|
| #include "public/platform/WebThread.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|