| Index: views/focus/focus_util_win.h
|
| ===================================================================
|
| --- views/focus/focus_util_win.h (revision 95624)
|
| +++ views/focus/focus_util_win.h (working copy)
|
| @@ -8,7 +8,7 @@
|
|
|
| #include <windows.h>
|
|
|
| -#include "views/views_api.h"
|
| +#include "views/views_export.h"
|
|
|
| namespace ui {
|
| class ViewProp;
|
| @@ -20,7 +20,7 @@
|
| // We reroute the mouse wheel messages to such HWND when they are under the
|
| // mouse pointer (but are not the active window). Callers own the returned
|
| // object.
|
| -VIEWS_API ui::ViewProp* SetWindowSupportsRerouteMouseWheel(HWND hwnd);
|
| +VIEWS_EXPORT ui::ViewProp* SetWindowSupportsRerouteMouseWheel(HWND hwnd);
|
|
|
| // Forwards mouse wheel messages to the window under it.
|
| // Windows sends mouse wheel messages to the currently active window.
|
| @@ -29,7 +29,8 @@
|
| // mouse wheel in order to scroll that window. This is arguably a better user
|
| // experience. The returns value says whether the mouse wheel message was
|
| // successfully redirected.
|
| -VIEWS_API bool RerouteMouseWheel(HWND window, WPARAM w_param, LPARAM l_param);
|
| +VIEWS_EXPORT bool RerouteMouseWheel(HWND window, WPARAM w_param,
|
| + LPARAM l_param);
|
|
|
| } // namespace views
|
|
|
|
|