| Index: content/browser/devtools/protocol/color_picker.cc
|
| diff --git a/content/browser/devtools/protocol/color_picker.cc b/content/browser/devtools/protocol/color_picker.cc
|
| index 8f095addf69c2adb2ed570fc8335895ac5f50f84..3016caf9b34d62a4bbefe86b75dda5d6e5f238c4 100644
|
| --- a/content/browser/devtools/protocol/color_picker.cc
|
| +++ b/content/browser/devtools/protocol/color_picker.cc
|
| @@ -253,9 +253,6 @@ void ColorPicker::UpdateCursor() {
|
| cursor_info.hotspot =
|
| gfx::Point(kHotspotOffset * device_scale_factor,
|
| kHotspotOffset * device_scale_factor);
|
| -#if defined(OS_WIN)
|
| - cursor_info.external_handle = 0;
|
| -#endif
|
|
|
| cursor.InitFromCursorInfo(cursor_info);
|
| DCHECK(host_);
|
|
|