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

Unified Diff: cc/test/fake_output_surface_client.h

Issue 2061993003: Pass responsibility for IOSurface-texture reuse to the gpu process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@temp85_query_in_use
Patch Set: Rebase. Created 4 years, 6 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
« no previous file with comments | « cc/surfaces/display.cc ('k') | cc/trees/layer_tree_host_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_output_surface_client.h
diff --git a/cc/test/fake_output_surface_client.h b/cc/test/fake_output_surface_client.h
index bb0371582b2cd5a008958cf93acf7609e4c050d5..8b41ac15390a8d80000bda63420d6b0037c10eea 100644
--- a/cc/test/fake_output_surface_client.h
+++ b/cc/test/fake_output_surface_client.h
@@ -25,6 +25,8 @@ class FakeOutputSurfaceClient : public OutputSurfaceClient {
void SetNeedsRedrawRect(const gfx::Rect& damage_rect) override {}
void DidSwapBuffers() override;
void DidSwapBuffersComplete() override {}
+ void DidReceiveTextureInUseResponses(
+ const gpu::TextureInUseResponses& responses) override {}
void ReclaimResources(const CompositorFrameAck* ack) override {}
void DidLoseOutputSurface() override;
void SetExternalTilePriorityConstraints(
« no previous file with comments | « cc/surfaces/display.cc ('k') | cc/trees/layer_tree_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698