Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Unified Diff: mojo/services/view_manager/view_manager_service_impl.h

Issue 474883003: Move focus from the view manager to the window manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « mojo/services/view_manager/root_view_manager.cc ('k') | mojo/services/view_manager/view_manager_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698