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

Unified Diff: webkit/compositor_bindings/web_animation_impl.cc

Issue 11192050: Rename compositor bindings filenames to Chromium style (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/web_animation_impl.cc
diff --git a/webkit/compositor_bindings/WebAnimationImpl.cpp b/webkit/compositor_bindings/web_animation_impl.cc
similarity index 96%
rename from webkit/compositor_bindings/WebAnimationImpl.cpp
rename to webkit/compositor_bindings/web_animation_impl.cc
index 2a0db9e38f57f8f676523faf37f7d60537dcf31a..222b18efb73e3a173ee5b109e2f0a978f18e3f1d 100644
--- a/webkit/compositor_bindings/WebAnimationImpl.cpp
+++ b/webkit/compositor_bindings/web_animation_impl.cc
@@ -4,14 +4,14 @@
#include "config.h"
-#include "WebAnimationImpl.h"
+#include "web_animation_impl.h"
-#include "WebFloatAnimationCurveImpl.h"
-#include "WebTransformAnimationCurveImpl.h"
#include "cc/active_animation.h"
#include "cc/animation_curve.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebAnimation.h"
#include "third_party/WebKit/Source/Platform/chromium/public/WebAnimationCurve.h"
+#include "third_party/WebKit/Source/Platform/chromium/public/WebAnimation.h"
+#include "web_float_animation_curve_impl.h"
+#include "web_transform_animation_curve_impl.h"
using cc::CCActiveAnimation;
« no previous file with comments | « webkit/compositor_bindings/web_animation_impl.h ('k') | webkit/compositor_bindings/web_animation_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698