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

Unified Diff: Source/core/svg/SVGFEDropShadowElement.cpp

Issue 1045723009: Move core/layout/style to core/style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
Index: Source/core/svg/SVGFEDropShadowElement.cpp
diff --git a/Source/core/svg/SVGFEDropShadowElement.cpp b/Source/core/svg/SVGFEDropShadowElement.cpp
index ff6b6bc20d8d2c1a3341cd37f0e231c4b57e5a10..161de2d7c95de9ecf850efd706e5cad2030b887a 100644
--- a/Source/core/svg/SVGFEDropShadowElement.cpp
+++ b/Source/core/svg/SVGFEDropShadowElement.cpp
@@ -22,8 +22,8 @@
#include "core/SVGNames.h"
#include "core/layout/LayoutObject.h"
-#include "core/layout/style/ComputedStyle.h"
-#include "core/layout/style/SVGComputedStyle.h"
+#include "core/style/ComputedStyle.h"
+#include "core/style/SVGComputedStyle.h"
#include "core/svg/SVGParserUtilities.h"
#include "core/svg/graphics/filters/SVGFilterBuilder.h"

Powered by Google App Engine
This is Rietveld 408576698