Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1595)

Unified Diff: Source/core/platform/graphics/skia/ImageSkia.cpp

Issue 15811002: Remove unused includes from core/platform .cpp files (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: undo changes that were moved out of core/platform Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/platform/graphics/skia/ImageSkia.cpp
diff --git a/Source/core/platform/graphics/skia/ImageSkia.cpp b/Source/core/platform/graphics/skia/ImageSkia.cpp
index cd65865581ac473b9f848ede84d9444b6ad0034d..cf00d4d9ca30f878c26340f4379893e84ea47281 100644
--- a/Source/core/platform/graphics/skia/ImageSkia.cpp
+++ b/Source/core/platform/graphics/skia/ImageSkia.cpp
@@ -31,11 +31,9 @@
#include "config.h"
#include "SkBitmap.h"
-#include "SkPixelRef.h"
#include "SkRect.h"
#include "SkShader.h"
#include "core/platform/FloatConversion.h"
-#include "core/platform/Logging.h"
#include "core/platform/graphics/BitmapImage.h"
#include "core/platform/graphics/FloatRect.h"
#include "core/platform/graphics/GraphicsContextStateSaver.h"
@@ -45,9 +43,6 @@
#include "core/platform/graphics/transforms/AffineTransform.h"
#include <wtf/text/WTFString.h>
-#include "skia/ext/image_operations.h"
-#include "skia/ext/platform_canvas.h"
-
#include <math.h>
#include <limits>
« no previous file with comments | « Source/core/platform/graphics/skia/GlyphPageTreeNodeSkia.cpp ('k') | Source/core/platform/graphics/skia/NativeImageSkia.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698