| Index: content/browser/media/capture/desktop_capture_device_aura.cc
|
| diff --git a/content/browser/media/capture/desktop_capture_device_aura.cc b/content/browser/media/capture/desktop_capture_device_aura.cc
|
| index 42cae935a14d6d1c4af5e9203276f98e938addaf..ce58cb7296acf5ff36fc0610c2e1243d3afeb652 100644
|
| --- a/content/browser/media/capture/desktop_capture_device_aura.cc
|
| +++ b/content/browser/media/capture/desktop_capture_device_aura.cc
|
| @@ -356,7 +356,7 @@ gfx::Point DesktopVideoCaptureMachine::UpdateCursorState(
|
| const gfx::Rect& region_in_frame) {
|
| const gfx::Rect desktop_bounds = desktop_layer_->bounds();
|
| gfx::NativeCursor cursor =
|
| - desktop_window_->GetDispatcher()->host()->last_cursor();
|
| + desktop_window_->GetHost()->last_cursor();
|
| if (last_cursor_ != cursor) {
|
| SkBitmap cursor_bitmap;
|
| if (ui::GetCursorBitmap(cursor, &cursor_bitmap, &cursor_hot_point_)) {
|
|
|