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

Unified Diff: views/events/event_utils_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/events/event.h ('k') | views/focus/accelerator_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/events/event_utils_win.h
===================================================================
--- views/events/event_utils_win.h (revision 95624)
+++ views/events/event_utils_win.h (working copy)
@@ -7,7 +7,7 @@
#pragma once
#include "ui/gfx/native_widget_types.h"
-#include "views/views_api.h"
+#include "views/views_export.h"
// Windows-specific Event utilities. Add functionality here rather than adding
// #ifdefs to event.h
@@ -24,7 +24,7 @@
// Returns true if the affected key is a Windows extended key. See documentation
// for WM_KEYDOWN for explanation.
// Valid only for KeyEvents constructed from a MSG.
-VIEWS_API bool IsExtendedKey(const KeyEvent& event);
+VIEWS_EXPORT bool IsExtendedKey(const KeyEvent& event);
// Return a mask of windows key/button state flags for the event object.
int GetWindowsFlags(const Event& event);
« no previous file with comments | « views/events/event.h ('k') | views/focus/accelerator_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698