| Index: third_party/WebKit/Source/web/tests/scheduler/FrameThrottlingTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/scheduler/FrameThrottlingTest.cpp b/third_party/WebKit/Source/web/tests/scheduler/FrameThrottlingTest.cpp
|
| index 18f9030b1dbc01d84145e5062223551dbb111466..b9906c5c3a959956a5e975e35b867b6dfb8f50b3 100644
|
| --- a/third_party/WebKit/Source/web/tests/scheduler/FrameThrottlingTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/scheduler/FrameThrottlingTest.cpp
|
| @@ -8,6 +8,7 @@
|
| #include "core/dom/Element.h"
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/frame/LocalFrameView.h"
|
| +#include "core/frame/WebLocalFrameBase.h"
|
| #include "core/html/HTMLIFrameElement.h"
|
| #include "core/layout/api/LayoutViewItem.h"
|
| #include "core/layout/compositing/CompositedLayerMapping.h"
|
| @@ -24,7 +25,6 @@
|
| #include "public/web/WebHitTestResult.h"
|
| #include "public/web/WebSettings.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "web/WebLocalFrameImpl.h"
|
| #include "web/WebRemoteFrameImpl.h"
|
| #include "web/tests/sim/SimCompositor.h"
|
| #include "web/tests/sim/SimDisplayItemList.h"
|
|
|