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

Unified Diff: ui/compositor/test/in_process_context_factory.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 | « services/ui/surfaces/direct_output_surface_ozone.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/test/in_process_context_factory.cc
diff --git a/ui/compositor/test/in_process_context_factory.cc b/ui/compositor/test/in_process_context_factory.cc
index 77c83c01559b81f83ebea01a44c5ad0452ca769e..150c24b5d51ac9cc67eb981e1559bb6689980996 100644
--- a/ui/compositor/test/in_process_context_factory.cc
+++ b/ui/compositor/test/in_process_context_factory.cc
@@ -104,7 +104,7 @@ class DirectOutputSurface : public cc::OutputSurface {
void ApplyExternalStencil() override {}
private:
- void OnSwapBuffersComplete() { client_->DidSwapBuffersComplete(); }
+ void OnSwapBuffersComplete() { client_->DidReceiveSwapBuffersAck(); }
base::WeakPtrFactory<DirectOutputSurface> weak_ptr_factory_;
« no previous file with comments | « services/ui/surfaces/direct_output_surface_ozone.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698