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

Unified Diff: mojo/services/public/cpp/view_manager/view_tree_node.h

Issue 331563003: Launching + Views (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 6 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/public/cpp/view_manager/view_tree_node.h
diff --git a/mojo/services/public/cpp/view_manager/view_tree_node.h b/mojo/services/public/cpp/view_manager/view_tree_node.h
index 2d9527c5894ca426e7f78fc4ba4b2968d5a8d309..b3f398e982e465a89a341be9a3ea8baa0b0f50b2 100644
--- a/mojo/services/public/cpp/view_manager/view_tree_node.h
+++ b/mojo/services/public/cpp/view_manager/view_tree_node.h
@@ -65,6 +65,9 @@ class ViewTreeNode {
void SetActiveView(View* view);
View* active_view() { return active_view_; }
+ // Focus.
+ void SetFocus();
+
// Embedding.
void Embed(const String& url);
« no previous file with comments | « mojo/services/public/cpp/view_manager/lib/view_tree_node.cc ('k') | mojo/services/public/interfaces/launcher/launcher.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698