| 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 b84961140b12c1268942947b1bc06523436b7cdf..32f17772ddab13eea1784f504e4694350f0517da 100644
|
| --- a/components/mus/public/cpp/lib/window_surface.cc
|
| +++ b/components/mus/public/cpp/lib/window_surface.cc
|
| @@ -34,7 +34,7 @@ void WindowSurface::BindToThread() {
|
| this, std::move(client_request_)));
|
| }
|
|
|
| -void WindowSurface::SubmitCompositorFrame(mojom::CompositorFramePtr frame,
|
| +void WindowSurface::SubmitCompositorFrame(cc::mojom::CompositorFramePtr frame,
|
| const base::Closure& callback) {
|
| DCHECK(thread_checker_);
|
| DCHECK(thread_checker_->CalledOnValidThread());
|
|
|