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

Unified Diff: ui/compositor/compositor.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
Index: ui/compositor/compositor.h
diff --git a/ui/compositor/compositor.h b/ui/compositor/compositor.h
index 6a6b423e8bc2b3c631c14470d1b6fddc51ec3261..1e4744aa08c7307de2de11dced0eb6bc571cdbe9 100644
--- a/ui/compositor/compositor.h
+++ b/ui/compositor/compositor.h
@@ -365,7 +365,7 @@ class COMPOSITOR_EXPORT Compositor
void WillCommit() override {}
void DidCommit() override;
void DidCommitAndDrawFrame() override;
- void DidCompleteSwapBuffers() override;
+ void DidReceiveCompositorFrameAck() override;
void DidCompletePageScaleAnimation() override {}
// cc::LayerTreeHostSingleThreadClient implementation.
« no previous file with comments | « third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h ('k') | ui/compositor/compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698