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

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

Issue 13843039: Absolutify paths to platform/graphics/skia/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/PlatformContextSkia.cpp
diff --git a/Source/core/platform/graphics/skia/PlatformContextSkia.cpp b/Source/core/platform/graphics/skia/PlatformContextSkia.cpp
index d5be567fa7fa66573a8bcddb726f2fc8b9cfc2eb..f0fe9b1fe42947f523aa98ff1be4ace68c89f41d 100644
--- a/Source/core/platform/graphics/skia/PlatformContextSkia.cpp
+++ b/Source/core/platform/graphics/skia/PlatformContextSkia.cpp
@@ -30,15 +30,15 @@
#include "config.h"
-#include "PlatformContextSkia.h"
-#include "PlatformContextSkiaState.h"
+#include "core/platform/graphics/skia/PlatformContextSkia.h"
+#include "core/platform/graphics/skia/PlatformContextSkiaState.h"
-#include "NativeImageSkia.h"
-#include "SkiaUtils.h"
#include "core/platform/graphics/Extensions3D.h"
#include "core/platform/graphics/GraphicsContext.h"
#include "core/platform/graphics/GraphicsContext3D.h"
#include "core/platform/graphics/ImageBuffer.h"
+#include "core/platform/graphics/skia/NativeImageSkia.h"
+#include "core/platform/graphics/skia/SkiaUtils.h"
#include "skia/ext/image_operations.h"
#include "skia/ext/platform_canvas.h"
« no previous file with comments | « Source/core/platform/graphics/skia/PlatformContextSkia.h ('k') | Source/core/platform/graphics/skia/SkiaFontWin.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698