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

Unified Diff: webkit/compositor_bindings/web_transform_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_transform_animation_curve_impl.cc
diff --git a/webkit/compositor_bindings/WebTransformAnimationCurveImpl.cpp b/webkit/compositor_bindings/web_transform_animation_curve_impl.cc
similarity index 95%
rename from webkit/compositor_bindings/WebTransformAnimationCurveImpl.cpp
rename to webkit/compositor_bindings/web_transform_animation_curve_impl.cc
index ce32d446599a1b01fe9e995ac7e1ac20416f8da7..139ae057ea89fb171669123fa1f78e29e26ab2f7 100644
--- a/webkit/compositor_bindings/WebTransformAnimationCurveImpl.cpp
+++ b/webkit/compositor_bindings/web_transform_animation_curve_impl.cc
@@ -4,11 +4,11 @@
#include "config.h"
-#include "WebTransformAnimationCurveImpl.h"
+#include "web_transform_animation_curve_impl.h"
-#include "WebAnimationCurveCommon.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