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

Unified Diff: ash/shell.cc

Issue 10911342: Add ScreenPositionClient::ConvertNativePointToScreen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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: ash/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index ed0d8fa62449d6a9725872ca044110ba3167502b..7ec51a2dc866673ad5cc1f19be52bf22e1ed5e55 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -172,6 +172,11 @@ internal::WorkspaceController* Shell::TestApi::workspace_controller() {
return shell_->GetPrimaryRootWindowController()->workspace_controller();
}
+internal::ScreenPositionController*
+Shell::TestApi::screen_position_controller() {
oshima 2012/09/19 01:46:27 indent (like other accessors)
mazda 2012/09/19 02:06:56 Done.
+ return shell_->screen_position_controller_.get();
+}
+
////////////////////////////////////////////////////////////////////////////////
// Shell, public:

Powered by Google App Engine
This is Rietveld 408576698