| Index: sky/viewer/document_view.h
|
| diff --git a/sky/viewer/document_view.h b/sky/viewer/document_view.h
|
| index 91f7d286245af3d04cbbc77e073882b70e852890..d52ce7913a3764e483e7c75801eb0aeb2442bd28 100644
|
| --- a/sky/viewer/document_view.h
|
| +++ b/sky/viewer/document_view.h
|
| @@ -102,6 +102,8 @@ class DocumentView : public mojo::InterfaceImpl<mojo::Application>,
|
| void OnViewBoundsChanged(mojo::View* view,
|
| const mojo::Rect& old_bounds,
|
| const mojo::Rect& new_bounds) override;
|
| + void OnViewFocusChanged(mojo::View* gained_focus,
|
| + mojo::View* lost_focus) override;
|
| void OnViewDestroyed(mojo::View* view) override;
|
| void OnViewInputEvent(mojo::View* view, const mojo::EventPtr& event) override;
|
|
|
|
|