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

Unified Diff: Source/core/platform/graphics/filters/SourceAlpha.h

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
Index: Source/core/platform/graphics/filters/SourceAlpha.h
diff --git a/Source/core/platform/graphics/filters/SourceAlpha.h b/Source/core/platform/graphics/filters/SourceAlpha.h
index 6a089c6db9670635c669b4774e83243b6e4d1251..3a60df63ce84d02ed0b46b9c7f890e3550c2cf8b 100644
--- a/Source/core/platform/graphics/filters/SourceAlpha.h
+++ b/Source/core/platform/graphics/filters/SourceAlpha.h
@@ -21,8 +21,8 @@
#ifndef SourceAlpha_h
#define SourceAlpha_h
-#include "core/platform/graphics/filters/Filter.h"
-#include "core/platform/graphics/filters/FilterEffect.h"
+#include "platform/graphics/filters/Filter.h"
+#include "platform/graphics/filters/FilterEffect.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698