| Index: Source/core/platform/graphics/chromium/Canvas2DLayerBridge.cpp
|
| diff --git a/Source/core/platform/graphics/chromium/Canvas2DLayerBridge.cpp b/Source/core/platform/graphics/chromium/Canvas2DLayerBridge.cpp
|
| index 36b546f11f975ebedf2fe2c7f8fa6923be9a60e7..ee1386651b4d8eb0a4f72582ad3dbf133cef01c6 100644
|
| --- a/Source/core/platform/graphics/chromium/Canvas2DLayerBridge.cpp
|
| +++ b/Source/core/platform/graphics/chromium/Canvas2DLayerBridge.cpp
|
| @@ -28,9 +28,9 @@
|
| #include "core/platform/graphics/chromium/Canvas2DLayerBridge.h"
|
|
|
| #include "GrContext.h"
|
| -#include "GraphicsContext3DPrivate.h"
|
| #include "SkDevice.h"
|
| -#include "TraceEvent.h"
|
| +#include "core/platform/chromium/TraceEvent.h"
|
| +#include "core/platform/chromium/support/GraphicsContext3DPrivate.h"
|
| #include "core/platform/graphics/GraphicsContext3D.h"
|
| #include "core/platform/graphics/chromium/Canvas2DLayerManager.h"
|
| #include "core/platform/graphics/chromium/GraphicsLayerChromium.h"
|
|
|