| Index: third_party/WebKit/Source/web/tests/sim/SimCompositor.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/sim/SimCompositor.cpp b/third_party/WebKit/Source/web/tests/sim/SimCompositor.cpp
|
| index 5f699da15ca2c22f71b3e2d617dd8a957cdd5a87..c4d68648638dc194bd044e7c6ead33ec8c23c5bd 100644
|
| --- a/third_party/WebKit/Source/web/tests/sim/SimCompositor.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/sim/SimCompositor.cpp
|
| @@ -11,11 +11,11 @@
|
| #include "core/paint/PaintLayer.h"
|
| #include "platform/graphics/ContentLayerDelegate.h"
|
| #include "platform/graphics/GraphicsLayer.h"
|
| +#include "platform/wtf/CurrentTime.h"
|
| #include "public/platform/WebRect.h"
|
| #include "web/WebLocalFrameImpl.h"
|
| #include "web/WebViewImpl.h"
|
| #include "web/tests/sim/SimDisplayItemList.h"
|
| -#include "wtf/CurrentTime.h"
|
|
|
| namespace blink {
|
|
|
|
|