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

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 59209d6b6b41bbf80a60a7bf972ef6c2c5012d5f..40e390c5fac91bf06f5d5c1509c3d40efe5b7376 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() {
+ return shell_->screen_position_controller_.get();
+}
+
////////////////////////////////////////////////////////////////////////////////
// Shell, public:

Powered by Google App Engine
This is Rietveld 408576698