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

Unified Diff: Source/platform/graphics/filters/FilterOperations.h

Issue 206373006: Rename IntRectExtent to IntBoxExtent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
« no previous file with comments | « Source/platform/geometry/IntRectExtent.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/filters/FilterOperations.h
diff --git a/Source/platform/graphics/filters/FilterOperations.h b/Source/platform/graphics/filters/FilterOperations.h
index 4413b1d868b1188a7482bd956266572162359eef..3b4752bb12316ee9d92f69407dd101b99bbab91f 100644
--- a/Source/platform/graphics/filters/FilterOperations.h
+++ b/Source/platform/graphics/filters/FilterOperations.h
@@ -27,14 +27,14 @@
#define FilterOperations_h
#include "platform/PlatformExport.h"
-#include "platform/geometry/IntRectExtent.h"
+#include "platform/geometry/IntBoxExtent.h"
#include "platform/graphics/filters/FilterOperation.h"
#include "wtf/RefPtr.h"
#include "wtf/Vector.h"
namespace WebCore {
-typedef IntRectExtent FilterOutsets;
+typedef IntBoxExtent FilterOutsets;
class PLATFORM_EXPORT FilterOperations {
WTF_MAKE_FAST_ALLOCATED;
« no previous file with comments | « Source/platform/geometry/IntRectExtent.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698