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

Unified Diff: cc/test/test_compositor_frame_sink.h

Issue 2409923002: cc: Rename SwapBuffers on CompositorFrameSink to SubmitCompositorFrame (Closed)
Patch Set: swap-to-submit: rebase 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
« no previous file with comments | « cc/test/stub_layer_tree_host_single_thread_client.h ('k') | cc/test/test_compositor_frame_sink.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/test_compositor_frame_sink.h
diff --git a/cc/test/test_compositor_frame_sink.h b/cc/test/test_compositor_frame_sink.h
index 5c1c1bae65f8dc2e791130ddf47580513532a482..8c33f9023746fbce49d9df0f4ed6ea7844f76e67 100644
--- a/cc/test/test_compositor_frame_sink.h
+++ b/cc/test/test_compositor_frame_sink.h
@@ -63,13 +63,13 @@ class TestCompositorFrameSink : public CompositorFrameSink,
Display* display() const { return display_.get(); }
- // Will be submitted with the next SwapBuffers.
+ // Will be included with the next SubmitCompositorFrame.
void RequestCopyOfOutput(std::unique_ptr<CopyOutputRequest> request);
// CompositorFrameSink implementation.
bool BindToClient(CompositorFrameSinkClient* client) override;
void DetachFromClient() override;
- void SwapBuffers(CompositorFrame frame) override;
+ void SubmitCompositorFrame(CompositorFrame frame) override;
void ForceReclaimResources() override;
// SurfaceFactoryClient implementation.
« no previous file with comments | « cc/test/stub_layer_tree_host_single_thread_client.h ('k') | cc/test/test_compositor_frame_sink.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698