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

Unified Diff: Source/core/rendering/FilterEffectRenderer.h

Issue 14476012: Absolutify paths to most subfolders of platform/graphics/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: iwyu Created 7 years, 8 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/rendering/FilterEffectRenderer.h
diff --git a/Source/core/rendering/FilterEffectRenderer.h b/Source/core/rendering/FilterEffectRenderer.h
index 7b7c0809359f4674169a9797437848fd9ad115f9..881f59a5866e53ca0ef87c7afe9ebc72efe31b04 100644
--- a/Source/core/rendering/FilterEffectRenderer.h
+++ b/Source/core/rendering/FilterEffectRenderer.h
@@ -26,16 +26,16 @@
#ifndef FilterEffectRenderer_h
#define FilterEffectRenderer_h
-#include "Filter.h"
-#include "FilterEffect.h"
-#include "FilterOperations.h"
#include "SVGFilterBuilder.h"
-#include "SourceGraphic.h"
#include "core/platform/graphics/FloatRect.h"
#include "core/platform/graphics/GraphicsContext.h"
#include "core/platform/graphics/ImageBuffer.h"
#include "core/platform/graphics/IntRectExtent.h"
#include "core/platform/graphics/LayoutRect.h"
+#include "core/platform/graphics/filters/Filter.h"
+#include "core/platform/graphics/filters/FilterEffect.h"
+#include "core/platform/graphics/filters/FilterOperations.h"
+#include "core/platform/graphics/filters/SourceGraphic.h"
#include <wtf/PassRefPtr.h>
#include <wtf/RefCounted.h>

Powered by Google App Engine
This is Rietveld 408576698