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

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: Fix mock gpu video accelerator factory Created 5 years, 2 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
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..2abdf56ce000fae6e8be95afd8fbcf3aa6da6043 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(uint32 sync_point, const gpu::SyncToken& sync_token, bool is_lost);
private:
explicit SingleReleaseCallback(const ReleaseCallback& callback);

Powered by Google App Engine
This is Rietveld 408576698