Index: ui/aura/desktop.cc |
diff --git a/ui/aura/desktop.cc b/ui/aura/desktop.cc |
index 2518039b96ef270774abec593b8b235101714b95..6b1ecc4e9ba8066124447fcfae30d16a8a843eac 100644 |
--- a/ui/aura/desktop.cc |
+++ b/ui/aura/desktop.cc |
@@ -428,6 +428,10 @@ void Desktop::PostNativeEvent(const base::NativeEvent& native_event) { |
host_->PostNativeEvent(native_event); |
} |
+void Desktop::ConvertPointToNativeScreen(gfx::Point* point) const { |
+ host_->ConvertPointToNativeScreen(point); |
+} |
+ |
void Desktop::SetCapture(Window* window) { |
if (capture_window_ == window) |
return; |