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

Unified Diff: webkit/compositor_bindings/web_float_animation_curve_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_float_animation_curve_impl.cc
diff --git a/webkit/compositor_bindings/WebFloatAnimationCurveImpl.cpp b/webkit/compositor_bindings/web_float_animation_curve_impl.cc
similarity index 95%
rename from webkit/compositor_bindings/WebFloatAnimationCurveImpl.cpp
rename to webkit/compositor_bindings/web_float_animation_curve_impl.cc
index e4e4d4ceaeaddc37099286e224ee6b5d313aa7f8..a3d909e8714a24d5a3aa20e47297739ddb8d93c9 100644
--- a/webkit/compositor_bindings/WebFloatAnimationCurveImpl.cpp
+++ b/webkit/compositor_bindings/web_float_animation_curve_impl.cc
@@ -4,12 +4,12 @@
#include "config.h"
-#include "WebFloatAnimationCurveImpl.h"
+#include "web_float_animation_curve_impl.h"
-#include "WebAnimationCurveCommon.h"
#include "cc/animation_curve.h"
#include "cc/keyframed_animation_curve.h"
#include "cc/timing_function.h"
+#include "web_animation_curve_common.h"
namespace WebKit {

Powered by Google App Engine
This is Rietveld 408576698