| Index: third_party/WebKit/Source/platform/graphics/ImageFrameGeneratorTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageFrameGeneratorTest.cpp b/third_party/WebKit/Source/platform/graphics/ImageFrameGeneratorTest.cpp
|
| index 619ef0915293e5aed19fd67e3310df025df97f66..d80ecd0705f5e2bd4ac5f204fa920ae7ecd916ff 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageFrameGeneratorTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageFrameGeneratorTest.cpp
|
| @@ -25,7 +25,6 @@
|
|
|
| #include "platform/graphics/ImageFrameGenerator.h"
|
|
|
| -#include "platform/CrossThreadFunctional.h"
|
| #include "platform/SharedBuffer.h"
|
| #include "platform/graphics/ImageDecodingStore.h"
|
| #include "platform/graphics/test/MockImageDecoder.h"
|
| @@ -35,6 +34,7 @@
|
| #include "public/platform/WebThread.h"
|
| #include "public/platform/WebTraceLocation.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "wtf/Functional.h"
|
| #include "wtf/PtrUtil.h"
|
| #include <memory>
|
|
|
|
|