| Index: ui/views/widget/native_widget_win.h
|
| diff --git a/ui/views/widget/native_widget_win.h b/ui/views/widget/native_widget_win.h
|
| index 1d854052843f9c0a827a17b91d8f7d5539ceb7fc..bdd2e74fcaa421c9d9a5fd6903a1ca44c50a66c0 100644
|
| --- a/ui/views/widget/native_widget_win.h
|
| +++ b/ui/views/widget/native_widget_win.h
|
| @@ -237,10 +237,6 @@ class NativeWidgetWin : public NativeWidget,
|
| void ProcessMouseMoved(const CPoint& point, UINT flags, bool is_nonclient);
|
| void ProcessMouseExited();
|
|
|
| - // Fills out a MSG struct with the supplied values.
|
| - void MakeMSG(MSG* msg, UINT message, WPARAM w_param, LPARAM l_param,
|
| - DWORD time = 0, LONG x = 0, LONG y = 0) const;
|
| -
|
| void CloseNow();
|
|
|
| bool IsLayeredWindow() const;
|
|
|