Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Unified Diff: views/focus/focus_util_win.h

Issue 7550038: Rename VIEWS_API to VIEWS_EXPORT. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « views/focus/focus_search.h ('k') | views/focus/view_storage.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « views/focus/focus_search.h ('k') | views/focus/view_storage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698