DescriptionDon't release capture when this window doesn't already have it
- frame called ::SetCapture
- mouse down on menu button
- menu opens and calls ::SetCapture
- Windows notifies frame that it's lost capture
- The DesktopCaptureClient release its internal capture state, but
also releases native capture
- which releases the menu's capture, not its capture.
This makes sure that the window that's releasing capture is really
the one that has it.
R=ben@chromium.org
BUG=232155
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194682
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|