| Index: Source/core/platform/graphics/GraphicsContext3D.cpp
|
| diff --git a/Source/core/platform/graphics/GraphicsContext3D.cpp b/Source/core/platform/graphics/GraphicsContext3D.cpp
|
| index c1578e68dfe126be4096d8723149291902eeafc7..d488df43ba8cd5a623a7418d1562135f1add2c66 100644
|
| --- a/Source/core/platform/graphics/GraphicsContext3D.cpp
|
| +++ b/Source/core/platform/graphics/GraphicsContext3D.cpp
|
| @@ -29,9 +29,7 @@
|
|
|
| #include "core/platform/graphics/GraphicsContext3D.h"
|
|
|
| -#include "core/platform/graphics/Extensions3D.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| -#include "core/platform/graphics/Image.h"
|
| #include "core/platform/graphics/ImageBuffer.h"
|
| #include "core/platform/graphics/gpu/DrawingBuffer.h"
|
| #include "core/platform/image-decoders/ImageDecoder.h"
|
| @@ -40,11 +38,8 @@
|
| #include "third_party/skia/include/gpu/GrContext.h"
|
| #include "third_party/skia/include/gpu/gl/GrGLInterface.h"
|
| #include "wtf/CPU.h"
|
| -#include "wtf/OwnPtr.h"
|
| -#include "wtf/PassOwnPtr.h"
|
| #include "wtf/text/CString.h"
|
| #include "wtf/text/StringHash.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebGraphicsContext3D.h"
|
|
|