| Index: mojo/services/view_manager/view_manager_service_impl.h
|
| diff --git a/mojo/services/view_manager/view_manager_service_impl.h b/mojo/services/view_manager/view_manager_service_impl.h
|
| index 0aa815a4f9e6950706509fb92987d914edbdaa1f..9d7c1a1a517611401477107675c307afda77d6dc 100644
|
| --- a/mojo/services/view_manager/view_manager_service_impl.h
|
| +++ b/mojo/services/view_manager/view_manager_service_impl.h
|
| @@ -86,9 +86,6 @@ class MOJO_VIEW_MANAGER_EXPORT ViewManagerServiceImpl
|
| OrderDirection direction,
|
| bool originated_change);
|
| void ProcessNodeDeleted(const NodeId& node, bool originated_change);
|
| - void ProcessFocusChanged(const Node* focused_node,
|
| - const Node* blurred_node,
|
| - bool originated_change);
|
|
|
| // TODO(sky): move this to private section (currently can't because of
|
| // bindings).
|
| @@ -162,8 +159,6 @@ class MOJO_VIEW_MANAGER_EXPORT ViewManagerServiceImpl
|
| ScopedSharedBufferHandle buffer,
|
| uint32_t buffer_size,
|
| const Callback<void(bool)>& callback) OVERRIDE;
|
| - virtual void SetFocus(Id view_id,
|
| - const Callback<void(bool)> & callback) OVERRIDE;
|
| virtual void SetViewBounds(Id view_id,
|
| RectPtr bounds,
|
| const Callback<void(bool)>& callback) OVERRIDE;
|
|
|