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

Unified Diff: cc/test/layer_tree_pixel_test.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/test/layer_tree_pixel_test.h
diff --git a/cc/test/layer_tree_pixel_test.h b/cc/test/layer_tree_pixel_test.h
index fcf0927b59f9f99d11e7c222214a31f291bc55ef..06f53d7697eecc8f8001caa5bda5e684678ecec1 100644
--- a/cc/test/layer_tree_pixel_test.h
+++ b/cc/test/layer_tree_pixel_test.h
@@ -89,6 +89,7 @@ class LayerTreePixelTest : public LayerTreeTest {
void ReleaseTextureMailbox(scoped_ptr<gpu::GLInProcessContext> context,
uint32 texture,
uint32 sync_point,
+ const gpu::SyncToken& sync_token,
bool lost_resource);
void Finish();

Powered by Google App Engine
This is Rietveld 408576698