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

Unified Diff: blimp/client/core/compositor/blimp_compositor_frame_sink.h

Issue 2402173002: cc: Get rid of PostSwapBuffersComplete. (Closed)
Patch Set: postswap: fix-blimp-unittest-post-swap-acks Created 4 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: blimp/client/core/compositor/blimp_compositor_frame_sink.h
diff --git a/blimp/client/core/compositor/blimp_compositor_frame_sink.h b/blimp/client/core/compositor/blimp_compositor_frame_sink.h
index 5f302b79d65027a7d7f9d3aa0ed8f7fe57993af5..15706ced4de6299e76b1e7e833f85dff8af3ff12 100644
--- a/blimp/client/core/compositor/blimp_compositor_frame_sink.h
+++ b/blimp/client/core/compositor/blimp_compositor_frame_sink.h
@@ -45,6 +45,7 @@ class BlimpCompositorFrameSink : public cc::CompositorFrameSink,
// BlimpCompositorFrameSinkProxyClient implementation.
void ReclaimCompositorResources(
const cc::ReturnedResourceArray& resources) override;
+ void SwapCompositorFrameAck() override;
private:
scoped_refptr<base::SingleThreadTaskRunner> main_task_runner_;
« no previous file with comments | « blimp/client/core/compositor/blimp_compositor.cc ('k') | blimp/client/core/compositor/blimp_compositor_frame_sink.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698