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

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

Issue 25494003: Move geometry classes from core/platform/graphics to platform/geometry (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/Filter.h
diff --git a/Source/core/platform/graphics/filters/Filter.h b/Source/core/platform/graphics/filters/Filter.h
index 1ac9e1c3903d79497fd29de68b88d77ea40d5f98..53787df68f730b8c904bb44dbe8d4c3081d1622a 100644
--- a/Source/core/platform/graphics/filters/Filter.h
+++ b/Source/core/platform/graphics/filters/Filter.h
@@ -21,9 +21,9 @@
#ifndef Filter_h
#define Filter_h
-#include "core/platform/graphics/FloatRect.h"
-#include "core/platform/graphics/FloatSize.h"
#include "core/platform/graphics/ImageBuffer.h"
+#include "platform/geometry/FloatRect.h"
+#include "platform/geometry/FloatSize.h"
#include "wtf/RefCounted.h"
namespace WebCore {
« no previous file with comments | « Source/core/platform/graphics/filters/FETile.cpp ('k') | Source/core/platform/graphics/filters/FilterEffect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698