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

Unified Diff: Source/core/dom/Node.h

Issue 61753010: Move CSSAnimationData and CSSAnimationDataList to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/css/resolver/StyleBuilderCustom.cpp ('k') | Source/core/dom/VisitedLinkState.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Node.h
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
index 9d58beb4e9b616b5b579a3440bf4581816952e8a..4feb04038c3c34cfefaff10914f288207a20d1a4 100644
--- a/Source/core/dom/Node.h
+++ b/Source/core/dom/Node.h
@@ -34,7 +34,7 @@
#include "core/editing/EditingBoundary.h"
#include "core/events/EventTarget.h"
#include "core/inspector/InspectorCounters.h"
-#include "core/rendering/style/RenderStyleConstants.h"
+#include "platform/RenderStyleConstants.h"
#include "platform/geometry/LayoutRect.h"
#include "weborigin/KURLHash.h"
#include "wtf/Forward.h"
« no previous file with comments | « Source/core/css/resolver/StyleBuilderCustom.cpp ('k') | Source/core/dom/VisitedLinkState.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698