| Index: base/message_loop/message_pump_win.h
|
| diff --git a/base/message_loop/message_pump_win.h b/base/message_loop/message_pump_win.h
|
| index fc0967a9f194bb61316a32ddff6db16134276eb5..b5f96b89239ae56786bd50f68db9942022e335b8 100644
|
| --- a/base/message_loop/message_pump_win.h
|
| +++ b/base/message_loop/message_pump_win.h
|
| @@ -178,7 +178,7 @@ class BASE_EXPORT MessagePumpForGpu : public MessagePumpWin {
|
| void WaitForWork();
|
| bool ProcessNextMessage();
|
|
|
| - const HANDLE event_;
|
| + win::ScopedHandle event_;
|
|
|
| // Used to help diagnose hangs.
|
| // TODO(stanisc): crbug.com/596190: Remove these once the bug is fixed.
|
|
|