| Index: Source/core/platform/graphics/GraphicsContext.cpp
|
| diff --git a/Source/core/platform/graphics/GraphicsContext.cpp b/Source/core/platform/graphics/GraphicsContext.cpp
|
| index f6d1f93e3d4df6879cb21cfa840ab63db0f27cfd..65bb98cbe16db9b91952a741f0606cb18e57becd 100644
|
| --- a/Source/core/platform/graphics/GraphicsContext.cpp
|
| +++ b/Source/core/platform/graphics/GraphicsContext.cpp
|
| @@ -29,8 +29,6 @@
|
|
|
| #include "core/platform/graphics/BitmapImage.h"
|
| #include "core/platform/graphics/Gradient.h"
|
| -#include "core/platform/graphics/ImageBuffer.h"
|
| -#include "core/platform/graphics/skia/SkiaUtils.h"
|
| #include "platform/geometry/IntRect.h"
|
| #include "platform/geometry/RoundedRect.h"
|
| #include "platform/graphics/DisplayList.h"
|
| @@ -40,7 +38,6 @@
|
| #include "third_party/skia/include/core/SkAnnotation.h"
|
| #include "third_party/skia/include/core/SkColorFilter.h"
|
| #include "third_party/skia/include/core/SkData.h"
|
| -#include "third_party/skia/include/core/SkDevice.h"
|
| #include "third_party/skia/include/core/SkPicture.h"
|
| #include "third_party/skia/include/core/SkRRect.h"
|
| #include "third_party/skia/include/core/SkRefCnt.h"
|
|
|