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

Unified Diff: webkit/compositor_bindings/web_transform_animation_curve_unittest.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_unittest.cc
diff --git a/webkit/compositor_bindings/WebTransformAnimationCurveTest.cpp b/webkit/compositor_bindings/web_transform_animation_curve_unittest.cc
similarity index 99%
rename from webkit/compositor_bindings/WebTransformAnimationCurveTest.cpp
rename to webkit/compositor_bindings/web_transform_animation_curve_unittest.cc
index 24c181d93a3cf89e2a2502e0a6cf4bc5f3abea55..f278b8599ca17a6c3fb15446caa055ce8a2c7b4d 100644
--- a/webkit/compositor_bindings/WebTransformAnimationCurveTest.cpp
+++ b/webkit/compositor_bindings/web_transform_animation_curve_unittest.cc
@@ -4,12 +4,12 @@
#include "config.h"
-#include "WebTransformAnimationCurveImpl.h"
#include "base/memory/scoped_ptr.h"
#include "cc/timing_function.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebTransformOperations.h"
#include "third_party/WebKit/Source/Platform/chromium/public/WebTransformationMatrix.h"
+#include "third_party/WebKit/Source/Platform/chromium/public/WebTransformOperations.h"
+#include "web_transform_animation_curve_impl.h"
using namespace WebKit;

Powered by Google App Engine
This is Rietveld 408576698