| Index: components/mus/ws/server_window_surface.cc
|
| diff --git a/components/mus/ws/server_window_surface.cc b/components/mus/ws/server_window_surface.cc
|
| index 28d6f4e786a8696ef7d5033681f9908f9a6ce352..9f19551b56537f710b48b3d6d3e90a52297b09a4 100644
|
| --- a/components/mus/ws/server_window_surface.cc
|
| +++ b/components/mus/ws/server_window_surface.cc
|
| @@ -50,7 +50,7 @@ ServerWindowSurface::~ServerWindowSurface() {
|
| }
|
|
|
| void ServerWindowSurface::SubmitCompositorFrame(
|
| - mojom::CompositorFramePtr frame,
|
| + cc::mojom::CompositorFramePtr frame,
|
| const SubmitCompositorFrameCallback& callback) {
|
| gfx::Size frame_size = frame->passes[0]->output_rect.size();
|
| if (!surface_id_.is_null()) {
|
|
|