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

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: 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/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..ccd1c4efb4f70ac835cde02bd4520233f4194bdd 100644
--- a/cc/blink/web_external_texture_layer_impl.h
+++ b/cc/blink/web_external_texture_layer_impl.h
@@ -57,6 +57,7 @@ class WebExternalTextureLayerImpl
const blink::WebExternalTextureMailbox& mailbox,
WebExternalBitmapImpl* bitmap,
unsigned sync_point,
+ const gpu::SyncToken& sync_token,
bool lost_resource);
WebExternalBitmapImpl* AllocateBitmap();

Powered by Google App Engine
This is Rietveld 408576698