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

Unified Diff: Source/core/platform/graphics/filters/FEColorMatrix.cpp

Issue 25886002: Move TextStream to Source/platform/text/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 2 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 4d8c45afaee511671c9a2226910111fd022d4d82..79fa70b67b6de20f63c46d7afcd8bbce6f82e5b1 100644
--- a/Source/core/platform/graphics/filters/FEColorMatrix.cpp
+++ b/Source/core/platform/graphics/filters/FEColorMatrix.cpp
@@ -29,9 +29,8 @@
#include "core/platform/graphics/filters/Filter.h"
#include "core/platform/graphics/filters/SkiaImageFilterBuilder.h"
#include "core/platform/graphics/skia/NativeImageSkia.h"
-#include "core/platform/text/TextStream.h"
#include "core/rendering/RenderTreeAsText.h"
-
+#include "platform/text/TextStream.h"
#include "wtf/MathExtras.h"
#include "wtf/Uint8ClampedArray.h"
« no previous file with comments | « Source/core/platform/graphics/filters/FEBlend.cpp ('k') | Source/core/platform/graphics/filters/FEComponentTransfer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698