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

Unified Diff: cc/test/pixel_test_output_surface.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
Index: cc/test/pixel_test_output_surface.cc
diff --git a/cc/test/pixel_test_output_surface.cc b/cc/test/pixel_test_output_surface.cc
index e9c6b79af010e93a52b20dd6e6fda7bee04d2d68..05cfc420a017fba2961eb2ce959bb7c66c21249e 100644
--- a/cc/test/pixel_test_output_surface.cc
+++ b/cc/test/pixel_test_output_surface.cc
@@ -62,7 +62,7 @@ void PixelTestOutputSurface::SwapBuffers(OutputSurfaceFrame frame) {
}
void PixelTestOutputSurface::SwapBuffersCallback() {
- client_->DidSwapBuffersComplete();
+ client_->DidReceiveSwapBuffersAck();
}
OverlayCandidateValidator*
« no previous file with comments | « cc/test/fake_output_surface_client.cc ('k') | content/browser/compositor/gpu_browser_compositor_output_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698