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

Unified Diff: ash/shell.h

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.h
diff --git a/ash/shell.h b/ash/shell.h
index ff982a1400721af31ad7cfe10a9687f8d8cf0196..3171d9449ae5171b608d7c3cabe492f29356a6d6 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -131,6 +131,7 @@ class ASH_EXPORT Shell : ash::CursorDelegate {
aura::shared::InputMethodEventFilter* input_method_event_filter();
internal::SystemGestureEventFilter* system_gesture_event_filter();
internal::WorkspaceController* workspace_controller();
+ internal::ScreenPositionController* screen_position_controller();
private:
Shell* shell_; // not owned

Powered by Google App Engine
This is Rietveld 408576698