| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index 61b1a3bcd6c94abf5d0db767f19e9b523407bc88..9f401996864f12c656aa1c40df1fca4fc52aca66 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -40,6 +40,7 @@
|
| #include "platform/geometry/IntRect.h"
|
| #include "platform/graphics/GraphicsLayer.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "platform/scheduler/child/web_scheduler.h"
|
| #include "platform/wtf/Compiler.h"
|
| #include "platform/wtf/HashSet.h"
|
| #include "platform/wtf/RefCounted.h"
|
| @@ -53,7 +54,6 @@
|
| #include "public/platform/WebLayer.h"
|
| #include "public/platform/WebPoint.h"
|
| #include "public/platform/WebRect.h"
|
| -#include "public/platform/WebScheduler.h"
|
| #include "public/platform/WebSize.h"
|
| #include "public/platform/WebString.h"
|
| #include "public/platform/WebVector.h"
|
|
|