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

Unified Diff: cc/surfaces/direct_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/scheduler/scheduler_unittest.cc ('k') | cc/surfaces/direct_compositor_frame_sink.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/direct_compositor_frame_sink.h
diff --git a/cc/surfaces/direct_compositor_frame_sink.h b/cc/surfaces/direct_compositor_frame_sink.h
index 16a29c1ec442f24f0eb2bd4e3948ff741e7336ed..cef7518309418b1348e2cf7706f608116453740e 100644
--- a/cc/surfaces/direct_compositor_frame_sink.h
+++ b/cc/surfaces/direct_compositor_frame_sink.h
@@ -44,7 +44,7 @@ class CC_SURFACES_EXPORT DirectCompositorFrameSink
// 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/scheduler/scheduler_unittest.cc ('k') | cc/surfaces/direct_compositor_frame_sink.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698