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

Unified Diff: Source/core/platform/graphics/filters/FELighting.cpp

Issue 13843039: Absolutify paths to platform/graphics/skia/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/platform/graphics/filters/FELighting.cpp
diff --git a/Source/core/platform/graphics/filters/FELighting.cpp b/Source/core/platform/graphics/filters/FELighting.cpp
index 95c8687048d2d71854806e63b5be49caa82b60f7..063d6df86addc057c42bdcc245457aae25a7ab49 100644
--- a/Source/core/platform/graphics/filters/FELighting.cpp
+++ b/Source/core/platform/graphics/filters/FELighting.cpp
@@ -32,12 +32,12 @@
#include "core/platform/graphics/cpu/arm/filters/FELightingNEON.h"
#include <wtf/ParallelJobs.h>
-#include "NativeImageSkia.h"
#include "SkLightingImageFilter.h"
#include "core/platform/graphics/filters/DistantLightSource.h"
#include "core/platform/graphics/filters/PointLightSource.h"
#include "core/platform/graphics/filters/SkiaImageFilterBuilder.h"
#include "core/platform/graphics/filters/SpotLightSource.h"
+#include "core/platform/graphics/skia/NativeImageSkia.h"
namespace WebCore {
« no previous file with comments | « Source/core/platform/graphics/filters/FEDisplacementMap.cpp ('k') | Source/core/platform/graphics/harfbuzz/FontHarfBuzz.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698