| Index: Source/platform/graphics/Canvas2DLayerBridge.cpp
|
| diff --git a/Source/platform/graphics/Canvas2DLayerBridge.cpp b/Source/platform/graphics/Canvas2DLayerBridge.cpp
|
| index 4c175d89ba878c687572242ed3b8deb3f0189290..e6b7ad4f4c7fd53e1f48bcd7c4f78949f0cf1c90 100644
|
| --- a/Source/platform/graphics/Canvas2DLayerBridge.cpp
|
| +++ b/Source/platform/graphics/Canvas2DLayerBridge.cpp
|
| @@ -30,7 +30,6 @@
|
| #include "GrContext.h"
|
| #include "SkDevice.h"
|
| #include "SkSurface.h"
|
| -#include "platform/TraceEvent.h"
|
| #include "platform/graphics/Canvas2DLayerManager.h"
|
| #include "platform/graphics/GraphicsLayer.h"
|
| #include "public/platform/Platform.h"
|
| @@ -38,6 +37,7 @@
|
| #include "public/platform/WebGraphicsContext3D.h"
|
| #include "public/platform/WebGraphicsContext3DProvider.h"
|
| #include "wtf/RefCountedLeakCounter.h"
|
| +#include "wtf/TraceEvent.h"
|
|
|
| using blink::WebExternalTextureLayer;
|
| using blink::WebGraphicsContext3D;
|
|
|