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

Unified Diff: webkit/compositor_bindings/WebLayerImpl.cpp

Issue 11145033: cc: Get rid of CC*.h temporary header files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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: webkit/compositor_bindings/WebLayerImpl.cpp
diff --git a/webkit/compositor_bindings/WebLayerImpl.cpp b/webkit/compositor_bindings/WebLayerImpl.cpp
index 77d3d8d07322de41e268b3c885c29c7a8ae45e40..521a21e2230d24de6a39d4eaf8cbf2013443665e 100644
--- a/webkit/compositor_bindings/WebLayerImpl.cpp
+++ b/webkit/compositor_bindings/WebLayerImpl.cpp
@@ -5,13 +5,13 @@
#include "config.h"
#include "WebLayerImpl.h"
-#include "CCActiveAnimation.h"
#include "LayerChromium.h"
#include "SkMatrix44.h"
#include "WebAnimationImpl.h"
#ifdef LOG
#undef LOG
#endif
+#include "cc/active_animation.h"
#include "base/string_util.h"
#include "webcore_convert.h"
#include <public/WebFloatPoint.h>

Powered by Google App Engine
This is Rietveld 408576698