| Index: modules/desktop_capture/win/cursor.cc
|
| diff --git a/modules/desktop_capture/win/cursor.cc b/modules/desktop_capture/win/cursor.cc
|
| index 35c5190b72070fb9c896d62fb3cede0e84c54596..cabe5656dc997a58e7229a62242b98b0f0ab1e36 100644
|
| --- a/modules/desktop_capture/win/cursor.cc
|
| +++ b/modules/desktop_capture/win/cursor.cc
|
| @@ -50,7 +50,6 @@ const uint32_t kPixelRgbaWhite = RGBA(0xff, 0xff, 0xff, 0xff);
|
| const uint32_t kPixelRgbaTransparent = RGBA(0, 0, 0, 0);
|
|
|
| const uint32_t kPixelRgbWhite = RGB(0xff, 0xff, 0xff);
|
| -const uint32_t kPixelRgbBlack = RGB(0, 0, 0);
|
|
|
| // Expands the cursor shape to add a white outline for visibility against
|
| // dark backgrounds.
|
|
|