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

Unified Diff: mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.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/lib/view_manager_synchronizer.h
diff --git a/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.h b/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.h
index f888787f64cd99dc93800e103798c80652c06967..e9a90f4d2a7e8656cc890db133b360a57703432f 100644
--- a/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.h
+++ b/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.h
@@ -56,6 +56,7 @@ class ViewManagerSynchronizer : public ViewManager,
void SetActiveView(Id node_id, Id view_id);
void SetBounds(Id node_id, const gfx::Rect& bounds);
void SetViewContents(Id view_id, const SkBitmap& contents);
+ void SetFocus(Id node_id);
void Embed(const String& url, Id node_id);

Powered by Google App Engine
This is Rietveld 408576698