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

Unified Diff: cc/surfaces/display.h

Issue 2147873003: cc: Dedup IPCs to return resources to client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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
« no previous file with comments | « cc/output/software_renderer.cc ('k') | cc/surfaces/display.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/display.h
diff --git a/cc/surfaces/display.h b/cc/surfaces/display.h
index f93237858cdcbfaa1b898005e63034525b9e2e91..3891121d90107e432f6ec757344da1525a601529 100644
--- a/cc/surfaces/display.h
+++ b/cc/surfaces/display.h
@@ -91,7 +91,7 @@ class CC_SURFACES_EXPORT Display : public DisplaySchedulerClient,
void DidSwapBuffersComplete() override;
void DidReceiveTextureInUseResponses(
const gpu::TextureInUseResponses& responses) override;
- void ReclaimResources(const CompositorFrameAck* ack) override;
+ void ReclaimResources(const ReturnedResourceArray& resources) override;
void DidLoseOutputSurface() override;
void SetExternalTilePriorityConstraints(
const gfx::Rect& viewport_rect,
« no previous file with comments | « cc/output/software_renderer.cc ('k') | cc/surfaces/display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698