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

Unified Diff: cc/blink/web_external_texture_layer_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/DEPS ('k') | cc/blink/web_external_texture_layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/web_external_texture_layer_impl.h
diff --git a/cc/blink/web_external_texture_layer_impl.h b/cc/blink/web_external_texture_layer_impl.h
index 5425ae5341382f1961914c96865080d8e50bfe2b..8438a89fb0f4a3f91f36b3e82eeb92fa3e126834 100644
--- a/cc/blink/web_external_texture_layer_impl.h
+++ b/cc/blink/web_external_texture_layer_impl.h
@@ -56,7 +56,7 @@ class WebExternalTextureLayerImpl
base::WeakPtr<WebExternalTextureLayerImpl> layer,
const blink::WebExternalTextureMailbox& mailbox,
WebExternalBitmapImpl* bitmap,
- unsigned sync_point,
+ const gpu::SyncToken& sync_token,
bool lost_resource);
WebExternalBitmapImpl* AllocateBitmap();
« no previous file with comments | « cc/DEPS ('k') | cc/blink/web_external_texture_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698