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

Unified Diff: cc/test/fake_output_surface.h

Issue 2147873003: cc: Dedup IPCs to return resources to client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add bool is_swap_ack + remove CompositorFrameAck Created 4 years, 5 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/fake_output_surface.h
diff --git a/cc/test/fake_output_surface.h b/cc/test/fake_output_surface.h
index 8fcc04a4cfd2549b42465a7c8bbdb276d62b476c..771e7f4fa95612b132a23fcb55d5c67c791d4675 100644
--- a/cc/test/fake_output_surface.h
+++ b/cc/test/fake_output_surface.h
@@ -123,7 +123,7 @@ class FakeOutputSurface : public OutputSurface {
return resources_held_by_parent_;
}
- void ReturnResource(unsigned id, CompositorFrameAck* ack);
+ void ReturnResource(unsigned id, ReturnedResourceArray* resources);
bool HasExternalStencilTest() const override;

Powered by Google App Engine
This is Rietveld 408576698