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

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

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, 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
« no previous file with comments | « Source/core/rendering/ExclusionShapeInfo.h ('k') | Source/core/rendering/FixedTableLayout.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/FilterEffectRenderer.cpp
diff --git a/Source/core/rendering/FilterEffectRenderer.cpp b/Source/core/rendering/FilterEffectRenderer.cpp
index 66256506cdc2b2ada6197958f224d269ea107c05..de480c2dc6bb3cbad386b7e3e4bf48de4411fee8 100644
--- a/Source/core/rendering/FilterEffectRenderer.cpp
+++ b/Source/core/rendering/FilterEffectRenderer.cpp
@@ -28,8 +28,8 @@
#include "FilterEffectRenderer.h"
#include "Document.h"
-#include "FloatConversion.h"
#include "RenderLayer.h"
+#include "core/platform/FloatConversion.h"
#include "core/platform/graphics/ColorSpace.h"
#include "core/platform/graphics/filters/FEColorMatrix.h"
#include "core/platform/graphics/filters/FEComponentTransfer.h"
« no previous file with comments | « Source/core/rendering/ExclusionShapeInfo.h ('k') | Source/core/rendering/FixedTableLayout.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698