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

Unified Diff: Source/core/platform/graphics/chromium/Canvas2DLayerBridge.cpp

Issue 14476012: Absolutify paths to most subfolders of platform/graphics/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/Canvas2DLayerBridge.cpp
diff --git a/Source/core/platform/graphics/chromium/Canvas2DLayerBridge.cpp b/Source/core/platform/graphics/chromium/Canvas2DLayerBridge.cpp
index ba9aa2289abc28eec091e72fff33ca00aefb5ca1..36b546f11f975ebedf2fe2c7f8fa6923be9a60e7 100644
--- a/Source/core/platform/graphics/chromium/Canvas2DLayerBridge.cpp
+++ b/Source/core/platform/graphics/chromium/Canvas2DLayerBridge.cpp
@@ -25,15 +25,15 @@
#include "config.h"
-#include "Canvas2DLayerBridge.h"
+#include "core/platform/graphics/chromium/Canvas2DLayerBridge.h"
-#include "Canvas2DLayerManager.h"
#include "GrContext.h"
#include "GraphicsContext3DPrivate.h"
-#include "GraphicsLayerChromium.h"
#include "SkDevice.h"
#include "TraceEvent.h"
#include "core/platform/graphics/GraphicsContext3D.h"
+#include "core/platform/graphics/chromium/Canvas2DLayerManager.h"
+#include "core/platform/graphics/chromium/GraphicsLayerChromium.h"
#include <public/Platform.h>
#include <public/WebCompositorSupport.h>
#include <public/WebGraphicsContext3D.h>

Powered by Google App Engine
This is Rietveld 408576698