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

Unified Diff: Source/core/platform/graphics/chromium/GraphicsLayerChromium.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/GraphicsLayerChromium.cpp
diff --git a/Source/core/platform/graphics/chromium/GraphicsLayerChromium.cpp b/Source/core/platform/graphics/chromium/GraphicsLayerChromium.cpp
index a88c92ac70deb5525e8fa235100541858bb51c69..362632570484f2865cdbf726af9200e641616bab 100644
--- a/Source/core/platform/graphics/chromium/GraphicsLayerChromium.cpp
+++ b/Source/core/platform/graphics/chromium/GraphicsLayerChromium.cpp
@@ -41,9 +41,8 @@
#include "config.h"
-#include "GraphicsLayerChromium.h"
+#include "core/platform/graphics/chromium/GraphicsLayerChromium.h"
-#include "AnimationTranslationUtil.h"
#include "FloatConversion.h"
#include "NativeImageSkia.h"
#include "PlatformContextSkia.h"
@@ -51,12 +50,13 @@
#include "ScrollableArea.h"
#include "SkImageFilter.h"
#include "SkMatrix44.h"
-#include "SkiaImageFilterBuilder.h"
-#include "TransformSkMatrix44Conversions.h"
#include "core/platform/graphics/FloatRect.h"
#include "core/platform/graphics/GraphicsContext.h"
#include "core/platform/graphics/GraphicsLayerFactory.h"
#include "core/platform/graphics/Image.h"
+#include "core/platform/graphics/chromium/AnimationTranslationUtil.h"
+#include "core/platform/graphics/chromium/TransformSkMatrix44Conversions.h"
+#include "core/platform/graphics/filters/SkiaImageFilterBuilder.h"
#include <public/Platform.h>
#include <public/WebAnimation.h>
#include <public/WebCompositorSupport.h>

Powered by Google App Engine
This is Rietveld 408576698