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

Unified Diff: cc/output/overlay_unittest.cc

Issue 2403373002: cc: Clean up OutputSurfaceClient. (Closed)
Patch Set: osclient: 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/output/output_surface_unittest.cc ('k') | cc/surfaces/display.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/overlay_unittest.cc
diff --git a/cc/output/overlay_unittest.cc b/cc/output/overlay_unittest.cc
index bb265e4d7a4d3a122764c448ef04891af1ff22b0..01c14e041b5c1ed5e94e2115585d507ad63b6078 100644
--- a/cc/output/overlay_unittest.cc
+++ b/cc/output/overlay_unittest.cc
@@ -181,7 +181,7 @@ class OverlayOutputSurface : public OutputSurface {
unsigned GetOverlayTextureId() const override { return 10000; }
bool SurfaceIsSuspendForRecycle() const override { return false; }
- void OnSwapBuffersComplete() { client_->DidSwapBuffersComplete(); }
+ void OnSwapBuffersComplete() { client_->DidReceiveSwapBuffersAck(); }
void set_is_displayed_as_overlay_plane(bool value) {
is_displayed_as_overlay_plane_ = value;
« no previous file with comments | « cc/output/output_surface_unittest.cc ('k') | cc/surfaces/display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698