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

Unified Diff: Source/core/platform/graphics/filters/custom/CustomFilterMeshGenerator.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/custom/CustomFilterMeshGenerator.h
diff --git a/Source/core/platform/graphics/filters/custom/CustomFilterMeshGenerator.h b/Source/core/platform/graphics/filters/custom/CustomFilterMeshGenerator.h
index 2928a80c546bd59465c342f69d7f5c6320496e59..097508664417f0f0539d587a624a36ecfbf61805 100644
--- a/Source/core/platform/graphics/filters/custom/CustomFilterMeshGenerator.h
+++ b/Source/core/platform/graphics/filters/custom/CustomFilterMeshGenerator.h
@@ -30,9 +30,9 @@
#ifndef CustomFilterMeshGenerator_h
#define CustomFilterMeshGenerator_h
-#include "core/platform/graphics/FloatRect.h"
#include "core/platform/graphics/filters/custom/CustomFilterConstants.h"
#include "core/platform/graphics/filters/custom/CustomFilterOperation.h"
+#include "platform/geometry/FloatRect.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698