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

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

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu Created 7 years, 8 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 19abc1f214a4ea7c77bd1bf5f2569f92e17ecdf0..6276770c3c6da4a74eadbda3799e715f82682294 100644
--- a/Source/core/platform/graphics/skia/ImageSkia.cpp
+++ b/Source/core/platform/graphics/skia/ImageSkia.cpp
@@ -30,8 +30,6 @@
#include "config.h"
-#include "FloatConversion.h"
-#include "Logging.h"
#include "NativeImageSkia.h"
#include "PlatformContextSkia.h"
#include "SkBitmap.h"
@@ -39,6 +37,8 @@
#include "SkRect.h"
#include "SkShader.h"
#include "SkiaUtils.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/GraphicsContext.h"
« no previous file with comments | « Source/core/platform/graphics/skia/ImageBufferSkia.cpp ('k') | Source/core/platform/graphics/skia/MemoryInstrumentationSkia.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698