| Index: Source/WebKit/chromium/tests/Canvas2DLayerManagerTest.cpp
|
| diff --git a/Source/WebKit/chromium/tests/Canvas2DLayerManagerTest.cpp b/Source/WebKit/chromium/tests/Canvas2DLayerManagerTest.cpp
|
| index 29773aecb2096972a35acdf7bbdc853ada94c6bf..4f03e9a826adb4a4c498ede66b315236312214d0 100644
|
| --- a/Source/WebKit/chromium/tests/Canvas2DLayerManagerTest.cpp
|
| +++ b/Source/WebKit/chromium/tests/Canvas2DLayerManagerTest.cpp
|
| @@ -24,12 +24,12 @@
|
|
|
| #include "config.h"
|
|
|
| -#include "Canvas2DLayerManager.h"
|
| +#include "core/platform/graphics/chromium/Canvas2DLayerManager.h"
|
|
|
| -#include "FakeWebGraphicsContext3D.h"
|
| -#include "GraphicsContext3DPrivate.h"
|
| #include <gmock/gmock.h>
|
| #include <gtest/gtest.h>
|
| +#include "FakeWebGraphicsContext3D.h"
|
| +#include "GraphicsContext3DPrivate.h"
|
| #include <public/Platform.h>
|
| #include <public/WebThread.h>
|
|
|
|
|