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

Unified Diff: Source/core/css/WebKitCSSMatrix.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
« no previous file with comments | « Source/core/css/StyleResolver.cpp ('k') | Source/core/html/HTMLAreaElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/WebKitCSSMatrix.h
diff --git a/Source/core/css/WebKitCSSMatrix.h b/Source/core/css/WebKitCSSMatrix.h
index 45393fbad31c059c9610ee17bb018d27227ad4a9..41fb60269c9b0bd7ca94ba004a2c89a4a2d5567c 100644
--- a/Source/core/css/WebKitCSSMatrix.h
+++ b/Source/core/css/WebKitCSSMatrix.h
@@ -27,7 +27,7 @@
#define WebKitCSSMatrix_h
#include "ScriptWrappable.h"
-#include "TransformationMatrix.h"
+#include "core/platform/graphics/transforms/TransformationMatrix.h"
#include <wtf/RefCounted.h>
#include <wtf/RefPtr.h>
#include <wtf/text/WTFString.h>
« no previous file with comments | « Source/core/css/StyleResolver.cpp ('k') | Source/core/html/HTMLAreaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698