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

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: Folded sync_point into sync_tokens 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..eed5ae1631afd54e56b2a1f025f8ea4afd7b8a9b 100644
--- a/cc/test/layer_tree_pixel_test.h
+++ b/cc/test/layer_tree_pixel_test.h
@@ -88,7 +88,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