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

Unified Diff: Source/core/platform/graphics/filters/FEColorMatrix.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/filters/FEColorMatrix.cpp
diff --git a/Source/core/platform/graphics/filters/FEColorMatrix.cpp b/Source/core/platform/graphics/filters/FEColorMatrix.cpp
index 7818fe8fadda14e8ccda7caef3fce5ecaf00b922..57ad8da2fa4b12e754ce6be73d809a30ff6d2fb9 100644
--- a/Source/core/platform/graphics/filters/FEColorMatrix.cpp
+++ b/Source/core/platform/graphics/filters/FEColorMatrix.cpp
@@ -23,12 +23,12 @@
#include "config.h"
-#include "FEColorMatrix.h"
+#include "core/platform/graphics/filters/FEColorMatrix.h"
-#include "Filter.h"
#include "RenderTreeAsText.h"
#include "TextStream.h"
#include "core/platform/graphics/GraphicsContext.h"
+#include "core/platform/graphics/filters/Filter.h"
#include <wtf/MathExtras.h>
#include <wtf/Uint8ClampedArray.h>
@@ -36,7 +36,7 @@
#include "NativeImageSkia.h"
#include "SkColorFilterImageFilter.h"
#include "SkColorMatrixFilter.h"
-#include "SkiaImageFilterBuilder.h"
+#include "core/platform/graphics/filters/SkiaImageFilterBuilder.h"
namespace WebCore {
« no previous file with comments | « Source/core/platform/graphics/filters/FEColorMatrix.h ('k') | Source/core/platform/graphics/filters/FEComponentTransfer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698