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

Unified Diff: blimp/client/support/compositor/blimp_embedder_compositor.h

Issue 2444563002: cc: Remove "SwapBuffers" naming from LayerTreeHostSingleThreadClient (Closed)
Patch Set: swapsinglethread: fix-name-in-browsertest 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 | « ash/wm/window_animations.cc ('k') | cc/test/layer_tree_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/support/compositor/blimp_embedder_compositor.h
diff --git a/blimp/client/support/compositor/blimp_embedder_compositor.h b/blimp/client/support/compositor/blimp_embedder_compositor.h
index 33116f61f3a6e9084f224c088e1c3d28595567f5..defad26004cdd49d5cd801cb05f3d05052aba4b3 100644
--- a/blimp/client/support/compositor/blimp_embedder_compositor.h
+++ b/blimp/client/support/compositor/blimp_embedder_compositor.h
@@ -68,8 +68,8 @@ class BlimpEmbedderCompositor : public cc::LayerTreeHostClient,
void DidCompletePageScaleAnimation() override {}
// LayerTreeHostSingleThreadClient implementation.
- void DidPostSwapBuffers() override {}
- void DidAbortSwapBuffers() override {}
+ void DidSubmitCompositorFrame() override {}
+ void DidLoseCompositorFrameSink() override {}
private:
void HandlePendingCompositorFrameSinkRequest();
« no previous file with comments | « ash/wm/window_animations.cc ('k') | cc/test/layer_tree_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698