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

Unified Diff: Source/core/platform/graphics/chromium/GraphicsLayerChromium.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/chromium/GraphicsLayerChromium.cpp
diff --git a/Source/core/platform/graphics/chromium/GraphicsLayerChromium.cpp b/Source/core/platform/graphics/chromium/GraphicsLayerChromium.cpp
index 362632570484f2865cdbf726af9200e641616bab..b6aeac9226c6b0e12a2ade5cea2610c72c1c6761 100644
--- a/Source/core/platform/graphics/chromium/GraphicsLayerChromium.cpp
+++ b/Source/core/platform/graphics/chromium/GraphicsLayerChromium.cpp
@@ -43,13 +43,13 @@
#include "core/platform/graphics/chromium/GraphicsLayerChromium.h"
-#include "FloatConversion.h"
#include "NativeImageSkia.h"
#include "PlatformContextSkia.h"
-#include "PlatformMemoryInstrumentation.h"
-#include "ScrollableArea.h"
#include "SkImageFilter.h"
#include "SkMatrix44.h"
+#include "core/platform/FloatConversion.h"
+#include "core/platform/PlatformMemoryInstrumentation.h"
+#include "core/platform/ScrollableArea.h"
#include "core/platform/graphics/FloatRect.h"
#include "core/platform/graphics/GraphicsContext.h"
#include "core/platform/graphics/GraphicsLayerFactory.h"

Powered by Google App Engine
This is Rietveld 408576698