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

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

Issue 15447002: Remove ~1750 superfluous includes from core (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: rebase a few hours 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 88b804ba427871ecfe68db0fe0a5894bf28ca472..e746cae9c826b6486e791ee18708f007cba83339 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,8 +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>

Powered by Google App Engine
This is Rietveld 408576698