| Index: Source/platform/graphics/ImageLayerChromiumTest.cpp
|
| diff --git a/Source/web/tests/ImageLayerChromiumTest.cpp b/Source/platform/graphics/ImageLayerChromiumTest.cpp
|
| similarity index 99%
|
| rename from Source/web/tests/ImageLayerChromiumTest.cpp
|
| rename to Source/platform/graphics/ImageLayerChromiumTest.cpp
|
| index 66f0864bc0e4f36c6ddc096c85f790d68671c247..3dbf3f5adc6af5fe562bdd14fbe89de634253dbf 100644
|
| --- a/Source/web/tests/ImageLayerChromiumTest.cpp
|
| +++ b/Source/platform/graphics/ImageLayerChromiumTest.cpp
|
| @@ -23,20 +23,21 @@
|
| */
|
|
|
| #include "config.h"
|
| +#include "platform/graphics/Image.h"
|
|
|
| -#include <gtest/gtest.h>
|
| #include "platform/graphics/GraphicsLayer.h"
|
| -#include "platform/graphics/Image.h"
|
| #include "platform/graphics/skia/NativeImageSkia.h"
|
| #include "public/platform/WebImageLayer.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|
| +#include <gtest/gtest.h>
|
| +
|
| using namespace WebCore;
|
|
|
| namespace {
|
|
|
| class MockGraphicsLayerClient : public GraphicsLayerClient {
|
| - public:
|
| +public:
|
| virtual void notifyAnimationStarted(const GraphicsLayer*, double monotonicTime) OVERRIDE { }
|
| virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) OVERRIDE { }
|
| virtual String debugName(const GraphicsLayer*) OVERRIDE { return String(); }
|
|
|