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

Unified Diff: Source/WebKit/chromium/tests/GraphicsLayerChromiumTest.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/WebKit/chromium/tests/GraphicsLayerChromiumTest.cpp
diff --git a/Source/WebKit/chromium/tests/GraphicsLayerChromiumTest.cpp b/Source/WebKit/chromium/tests/GraphicsLayerChromiumTest.cpp
index 68354baea0083a33bf7888cf27dfbff7712affec..2a51cc27a4bde815266451191314884385c7c953 100644
--- a/Source/WebKit/chromium/tests/GraphicsLayerChromiumTest.cpp
+++ b/Source/WebKit/chromium/tests/GraphicsLayerChromiumTest.cpp
@@ -24,15 +24,15 @@
#include "config.h"
-#include "GraphicsLayerChromium.h"
+#include "core/platform/graphics/chromium/GraphicsLayerChromium.h"
#include <gtest/gtest.h>
#include "CompositorFakeWebGraphicsContext3D.h"
-#include "Matrix3DTransformOperation.h"
-#include "RotateTransformOperation.h"
#include "ScrollableArea.h"
-#include "TranslateTransformOperation.h"
#include "core/platform/graphics/GraphicsLayer.h"
+#include "core/platform/graphics/transforms/Matrix3DTransformOperation.h"
+#include "core/platform/graphics/transforms/RotateTransformOperation.h"
+#include "core/platform/graphics/transforms/TranslateTransformOperation.h"
#include <public/Platform.h>
#include <public/WebCompositorSupport.h>
#include <public/WebFloatAnimationCurve.h>
« no previous file with comments | « Source/WebKit/chromium/tests/FilterOperationsTest.cpp ('k') | Source/WebKit/chromium/tests/ImageDecodingStoreTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698