| Index: components/view_manager/public/cpp/view.h
|
| diff --git a/components/view_manager/public/cpp/view.h b/components/view_manager/public/cpp/view.h
|
| index 3d6ac527c36132dfea7f4d66a002d4205ccef58f..d61bf7f68289e39a041d0845d0030dccbdf08e4e 100644
|
| --- a/components/view_manager/public/cpp/view.h
|
| +++ b/components/view_manager/public/cpp/view.h
|
| @@ -61,6 +61,9 @@ class View {
|
|
|
| const ViewportMetrics& viewport_metrics() { return *viewport_metrics_; }
|
|
|
| + void RequestCompositorFrameReceiver(
|
| + InterfaceRequest<CompositorFrameReceiver> receiver);
|
| +
|
| // Returns the set of string to bag of byte properties. These properties are
|
| // shared with the view manager.
|
| const SharedProperties& shared_properties() const { return properties_; }
|
|
|