| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| index 4215122ffade7a990eb415818647160b0d436829..cd9878025462f66e25852cb2eb9436996b9f91b9 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc
|
| @@ -1887,7 +1887,6 @@ void DesktopWindowTreeHostX11::SerializeImageRepresentation(
|
| data->push_back(height);
|
|
|
| const SkBitmap& bitmap = rep.sk_bitmap();
|
| - SkAutoLockPixels locker(bitmap);
|
|
|
| for (int y = 0; y < height; ++y)
|
| for (int x = 0; x < width; ++x)
|
|
|