| Index: ui/views/win/hwnd_message_handler.h
|
| diff --git a/ui/views/win/hwnd_message_handler.h b/ui/views/win/hwnd_message_handler.h
|
| index 0eaa84fbd2904eea782b259422301f431b202ae4..622696f2f30f52a54037eb7dedf2b826bbbb7602 100644
|
| --- a/ui/views/win/hwnd_message_handler.h
|
| +++ b/ui/views/win/hwnd_message_handler.h
|
| @@ -307,8 +307,8 @@ class VIEWS_EXPORT HWNDMessageHandler :
|
| // Lock or unlock the window from being able to redraw itself in response to
|
| // updates to its invalid region.
|
| class ScopedRedrawLock;
|
| - void LockUpdates(bool force);
|
| - void UnlockUpdates(bool force);
|
| + void LockUpdates();
|
| + void UnlockUpdates();
|
|
|
| // Stops ignoring SetWindowPos() requests (see below).
|
| void StopIgnoringPosChanges() { ignore_window_pos_changes_ = false; }
|
|
|