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

Unified Diff: webkit/compositor_bindings/web_float_animation_curve_unittest.cc

Issue 12496013: Move compositor bindings implementations out of WebKit::, fix style (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 years, 9 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_unittest.cc
diff --git a/webkit/compositor_bindings/web_float_animation_curve_unittest.cc b/webkit/compositor_bindings/web_float_animation_curve_unittest.cc
index ec272abe30ff39efc35fa214e4cee46f0d896fa0..3910a3cbe8153704ab17179a5df0aac56fcb569c 100644
--- a/webkit/compositor_bindings/web_float_animation_curve_unittest.cc
+++ b/webkit/compositor_bindings/web_float_animation_curve_unittest.cc
@@ -7,8 +7,11 @@
#include "testing/gtest/include/gtest/gtest.h"
#include "webkit/compositor_bindings/web_float_animation_curve_impl.h"
-using namespace WebKit;
+using WebKit::WebAnimationCurve;
+using WebKit::WebFloatAnimationCurve;
+using WebKit::WebFloatKeyframe;
+namespace webkit {
namespace {
// Tests that a float animation with one keyframe works as expected.
@@ -227,3 +230,4 @@ TEST(WebFloatAnimationCurveTest, DefaultTimingFunction) {
}
} // namespace
+} // namespace webkit
« no previous file with comments | « webkit/compositor_bindings/web_float_animation_curve_impl.cc ('k') | webkit/compositor_bindings/web_image_layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698