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

Unified Diff: cc/resources/single_release_callback_impl.h

Issue 1427543002: Modified old wait sync point functions to also accept new sync tokens. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: format Created 5 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
« no previous file with comments | « cc/resources/single_release_callback.cc ('k') | cc/resources/single_release_callback_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/single_release_callback_impl.h
diff --git a/cc/resources/single_release_callback_impl.h b/cc/resources/single_release_callback_impl.h
index e9d4293f67bdf304a05b2a52b8e2f1cac59df0da..50c0210bddd4f33154adf38838c5a7c0a0885b87 100644
--- a/cc/resources/single_release_callback_impl.h
+++ b/cc/resources/single_release_callback_impl.h
@@ -20,7 +20,7 @@ class CC_EXPORT SingleReleaseCallbackImpl {
~SingleReleaseCallbackImpl();
- void Run(uint32 sync_point,
+ void Run(const gpu::SyncToken& sync_token,
bool is_lost,
BlockingTaskRunner* main_thread_task_runner);
« no previous file with comments | « cc/resources/single_release_callback.cc ('k') | cc/resources/single_release_callback_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698