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

Unified Diff: Source/web/tests/ImageFilterBuilderTest.cpp

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Final patch - fixes Android Created 7 years 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
« no previous file with comments | « Source/web/tests/ImageDecodingStoreTest.cpp ('k') | Source/web/tests/ImageFrameGeneratorTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/ImageFilterBuilderTest.cpp
diff --git a/Source/web/tests/ImageFilterBuilderTest.cpp b/Source/web/tests/ImageFilterBuilderTest.cpp
index 3f8bef9d916c10c2d4b927688cde80dd784dc5ed..729f3205f81654da9b744ce5282bac367e3c63f7 100644
--- a/Source/web/tests/ImageFilterBuilderTest.cpp
+++ b/Source/web/tests/ImageFilterBuilderTest.cpp
@@ -26,12 +26,12 @@
#include "SkImageFilter.h"
#include "core/platform/graphics/filters/FEBlend.h"
-#include "core/platform/graphics/filters/FEGaussianBlur.h"
#include "core/platform/graphics/filters/FEMerge.h"
-#include "core/platform/graphics/filters/FilterOperations.h"
-#include "core/platform/graphics/filters/ReferenceFilter.h"
-#include "core/platform/graphics/filters/SkiaImageFilterBuilder.h"
-#include "core/platform/graphics/filters/SourceGraphic.h"
+#include "platform/graphics/filters/FEGaussianBlur.h"
+#include "platform/graphics/filters/FilterOperations.h"
+#include "platform/graphics/filters/ReferenceFilter.h"
+#include "platform/graphics/filters/SourceGraphic.h"
+#include "platform/graphics/filters/SkiaImageFilterBuilder.h"
#include <gtest/gtest.h>
using testing::Test;
« no previous file with comments | « Source/web/tests/ImageDecodingStoreTest.cpp ('k') | Source/web/tests/ImageFrameGeneratorTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698