| Index: Source/platform/graphics/GraphicsContext3D.cpp
|
| diff --git a/Source/core/platform/graphics/GraphicsContext3D.cpp b/Source/platform/graphics/GraphicsContext3D.cpp
|
| similarity index 99%
|
| rename from Source/core/platform/graphics/GraphicsContext3D.cpp
|
| rename to Source/platform/graphics/GraphicsContext3D.cpp
|
| index d488df43ba8cd5a623a7418d1562135f1add2c66..c72a12c05273b324d7b231bb9d35d4ecabd46cdf 100644
|
| --- a/Source/core/platform/graphics/GraphicsContext3D.cpp
|
| +++ b/Source/platform/graphics/GraphicsContext3D.cpp
|
| @@ -27,14 +27,13 @@
|
|
|
| #include "config.h"
|
|
|
| -#include "core/platform/graphics/GraphicsContext3D.h"
|
| -
|
| -#include "core/platform/graphics/GraphicsContext.h"
|
| -#include "core/platform/graphics/ImageBuffer.h"
|
| -#include "core/platform/graphics/gpu/DrawingBuffer.h"
|
| -#include "core/platform/image-decoders/ImageDecoder.h"
|
| +#include "platform/graphics/GraphicsContext3D.h"
|
| #include "platform/CheckedInt.h"
|
| +#include "platform/graphics/GraphicsContext.h"
|
| +#include "platform/graphics/ImageBuffer.h"
|
| #include "platform/graphics/ImageObserver.h"
|
| +#include "platform/graphics/gpu/DrawingBuffer.h"
|
| +#include "platform/image-decoders/ImageDecoder.h"
|
| #include "third_party/skia/include/gpu/GrContext.h"
|
| #include "third_party/skia/include/gpu/gl/GrGLInterface.h"
|
| #include "wtf/CPU.h"
|
|
|