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

Unified Diff: cc/timing_function_unittest.cc

Issue 11411024: cc: Switch time_source.h and timing_function* to Chrome coding style. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
« cc/timing_function.cc ('K') | « cc/timing_function.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/timing_function_unittest.cc
diff --git a/cc/timing_function_unittest.cc b/cc/timing_function_unittest.cc
index 055892715a9f15197c382b6f5fadd5c10b0ee41d..95280f00b339e33597eccef03958765c4e399d5a 100644
--- a/cc/timing_function_unittest.cc
+++ b/cc/timing_function_unittest.cc
@@ -3,13 +3,15 @@
// found in the LICENSE file.
#include "cc/timing_function.h"
+
#include "testing/gtest/include/gtest/gtest.h"
namespace cc {
namespace {
TEST(TimingFunctionTest, CubicBezierTimingFunction) {
- scoped_ptr<CubicBezierTimingFunction> function = CubicBezierTimingFunction::create(0.25, 0, 0.75, 1);
+ scoped_ptr<CubicBezierTimingFunction> function =
+ CubicBezierTimingFunction::create(0.25, 0, 0.75, 1);
double epsilon = 0.00015;
« cc/timing_function.cc ('K') | « cc/timing_function.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698