| Index: examples/wm_flow/wm/frame_controller.h
|
| diff --git a/examples/wm_flow/wm/frame_controller.h b/examples/wm_flow/wm/frame_controller.h
|
| index 440761d1198cab69bf96403df0f1f0c208f22cae..5d6bdf49e4c7621f793c71fa09f6d42daf29f11a 100644
|
| --- a/examples/wm_flow/wm/frame_controller.h
|
| +++ b/examples/wm_flow/wm/frame_controller.h
|
| @@ -41,6 +41,8 @@ class FrameController : mojo::ViewObserver {
|
|
|
| void ActivateWindow();
|
|
|
| + void SetCapture(bool frame_has_capture);
|
| +
|
| private:
|
| class LayoutManager;
|
| friend class LayoutManager;
|
|
|