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

Unified Diff: cc/scheduler/vsync_time_source.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.h ('k') | cc/scheduler/vsync_time_source_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/scheduler/vsync_time_source.cc
diff --git a/cc/scheduler/vsync_time_source.cc b/cc/scheduler/vsync_time_source.cc
index 5f2992ed10dd9abb53f9c09b04d72e23f6d99a03..14834785020246ae3bc68a031375875a400496e1 100644
--- a/cc/scheduler/vsync_time_source.cc
+++ b/cc/scheduler/vsync_time_source.cc
@@ -6,7 +6,7 @@
namespace cc {
-scoped_refptr<VSyncTimeSource> VSyncTimeSource::create(
+scoped_refptr<VSyncTimeSource> VSyncTimeSource::Create(
VSyncProvider* vsync_provider) {
return make_scoped_refptr(new VSyncTimeSource(vsync_provider));
}
« no previous file with comments | « cc/scheduler/vsync_time_source.h ('k') | cc/scheduler/vsync_time_source_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698