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

Unified Diff: content/browser/compositor/delegated_frame_host.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: content/browser/compositor/delegated_frame_host.h
diff --git a/content/browser/compositor/delegated_frame_host.h b/content/browser/compositor/delegated_frame_host.h
index 6482bb5a7e4e362135762ab551dddebafa1bd880..31100928e1ec69f8bd737d18492e7e2f3c1f750b 100644
--- a/content/browser/compositor/delegated_frame_host.h
+++ b/content/browser/compositor/delegated_frame_host.h
@@ -240,7 +240,8 @@ class CONTENT_EXPORT DelegatedFrameHost
static void ReturnSubscriberTexture(
base::WeakPtr<DelegatedFrameHost> rwhva,
scoped_refptr<OwnedMailbox> subscriber_texture,
- uint32 sync_point);
+ uint32 sync_point,
+ const gpu::SyncToken& sync_token);
void SendDelegatedFrameAck(uint32 output_surface_id);
void SurfaceDrawn(uint32 output_surface_id, cc::SurfaceDrawStatus drawn);

Powered by Google App Engine
This is Rietveld 408576698