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

Unified Diff: cc/scheduler/vsync_time_source_unittest.cc

Issue 12674030: cc: Hook vsync time source to output surface (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Review tweaks. 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
« no previous file with comments | « cc/scheduler/vsync_time_source.cc ('k') | cc/test/fake_layer_tree_host_impl_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/scheduler/vsync_time_source_unittest.cc
diff --git a/cc/scheduler/vsync_time_source_unittest.cc b/cc/scheduler/vsync_time_source_unittest.cc
index 334dde769db11a16d067f82ad6f64bdb5dcb1d03..d652017a8cd113c99b35655ee420b0d3973dcb39 100644
--- a/cc/scheduler/vsync_time_source_unittest.cc
+++ b/cc/scheduler/vsync_time_source_unittest.cc
@@ -32,7 +32,7 @@ class FakeVSyncProvider : public VSyncProvider {
class VSyncTimeSourceTest : public testing::Test {
public:
- VSyncTimeSourceTest() : timer_(VSyncTimeSource::create(&provider_)) {
+ VSyncTimeSourceTest() : timer_(VSyncTimeSource::Create(&provider_)) {
timer_->SetClient(&client_);
}
« no previous file with comments | « cc/scheduler/vsync_time_source.cc ('k') | cc/test/fake_layer_tree_host_impl_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698