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

Unified Diff: cc/resources/single_release_callback.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/returned_resource.h ('k') | cc/resources/single_release_callback.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/single_release_callback.h
diff --git a/cc/resources/single_release_callback.h b/cc/resources/single_release_callback.h
index b51c4e608c9ae9ce3c6d92109396aae3e41d0a41..2118ad704308c9e271f515d1a074f726c0058897 100644
--- a/cc/resources/single_release_callback.h
+++ b/cc/resources/single_release_callback.h
@@ -19,7 +19,7 @@ class CC_EXPORT SingleReleaseCallback {
~SingleReleaseCallback();
- void Run(uint32 sync_point, bool is_lost);
+ void Run(const gpu::SyncToken& sync_token, bool is_lost);
private:
explicit SingleReleaseCallback(const ReleaseCallback& callback);
« no previous file with comments | « cc/resources/returned_resource.h ('k') | cc/resources/single_release_callback.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698