| Index: components/mus/server_view.h
|
| diff --git a/components/mus/server_view.h b/components/mus/server_view.h
|
| index afd82d850a6ec60a00c7529d9c7cba7e590b769a..6d5e6acaa0d4c214fa89f8c1b58ef770f5614a71 100644
|
| --- a/components/mus/server_view.h
|
| +++ b/components/mus/server_view.h
|
| @@ -121,6 +121,7 @@ class ServerView : public mojo::Surface, public cc::SurfaceFactoryClient {
|
|
|
| // SurfaceFactoryClient implementation.
|
| void ReturnResources(const cc::ReturnedResourceArray& resources) override;
|
| + void SetBeginFrameSource(cc::BeginFrameSource* begin_frame_source) override;
|
|
|
| // Implementation of removing a view. Doesn't send any notification.
|
| void RemoveImpl(ServerView* view);
|
|
|