| Index: services/native_viewport/viewport_surface.h
|
| diff --git a/services/native_viewport/viewport_surface.h b/services/native_viewport/viewport_surface.h
|
| index 4e2b0e057ff6ddc324088cb1cb8de76820bb66b8..329cae51084502f4aee302b9d50156ae057829ff 100644
|
| --- a/services/native_viewport/viewport_surface.h
|
| +++ b/services/native_viewport/viewport_surface.h
|
| @@ -40,6 +40,7 @@ class ViewportSurface : public mojo::SurfaceClient {
|
| void SubmitFrame();
|
|
|
| // SurfaceClient implementation.
|
| + void SetIdNamespace(uint32_t id_namespace) override;
|
| void ReturnResources(
|
| mojo::Array<mojo::ReturnedResourcePtr> resources) override;
|
|
|
|
|