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

Unified Diff: components/mus/public/cpp/lib/window_surface.cc

Issue 2080513002: Deletes mojo::Callback (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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: components/mus/public/cpp/lib/window_surface.cc
diff --git a/components/mus/public/cpp/lib/window_surface.cc b/components/mus/public/cpp/lib/window_surface.cc
index 93bbc785a9a9ca0cedb08ed001460734d8ce20b2..b84961140b12c1268942947b1bc06523436b7cdf 100644
--- a/components/mus/public/cpp/lib/window_surface.cc
+++ b/components/mus/public/cpp/lib/window_surface.cc
@@ -35,7 +35,7 @@ void WindowSurface::BindToThread() {
}
void WindowSurface::SubmitCompositorFrame(mojom::CompositorFramePtr frame,
- const mojo::Closure& callback) {
+ const base::Closure& callback) {
DCHECK(thread_checker_);
DCHECK(thread_checker_->CalledOnValidThread());
if (!surface_)
« no previous file with comments | « components/mus/gpu/display_compositor/compositor_frame_sink_impl.cc ('k') | components/mus/public/cpp/window_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698