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

Unified Diff: third_party/WebKit/Source/platform/animation/CompositorKeyframe.h

Issue 2797643002: Rewrite references to "wtf/" to "platform/wtf/" in platform/animation. (Closed)
Patch Set: Created 3 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: third_party/WebKit/Source/platform/animation/CompositorKeyframe.h
diff --git a/third_party/WebKit/Source/platform/animation/CompositorKeyframe.h b/third_party/WebKit/Source/platform/animation/CompositorKeyframe.h
index eebf63a332175745f634a6e8ec1841ecd52d4718..28087e30b9671a0c42adb95bdaa2628559ee8f63 100644
--- a/third_party/WebKit/Source/platform/animation/CompositorKeyframe.h
+++ b/third_party/WebKit/Source/platform/animation/CompositorKeyframe.h
@@ -6,7 +6,7 @@
#define CompositorKeyframe_h
#include "platform/PlatformExport.h"
-#include "wtf/PassRefPtr.h"
+#include "platform/wtf/PassRefPtr.h"
namespace cc {
class TimingFunction;

Powered by Google App Engine
This is Rietveld 408576698