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

Unified Diff: views/focus/accelerator_handler.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_utils_win.h ('k') | views/focus/external_focus_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/focus/accelerator_handler.h
===================================================================
--- views/focus/accelerator_handler.h (revision 95624)
+++ views/focus/accelerator_handler.h (working copy)
@@ -16,23 +16,23 @@
#include <vector>
#include "base/message_loop.h"
-#include "views/views_api.h"
+#include "views/views_export.h"
namespace views {
#if defined(TOUCH_UI)
// Dispatch an XEvent to the RootView. Return true if the event was dispatched
// and handled, false otherwise.
-bool VIEWS_API DispatchXEvent(XEvent* xevent);
+bool VIEWS_EXPORT DispatchXEvent(XEvent* xevent);
// Keep a list of touch devices so that it is possible to determine if a pointer
// event is a touch-event or a mouse-event.
-void VIEWS_API SetTouchDeviceList(std::vector<unsigned int>& devices);
+void VIEWS_EXPORT SetTouchDeviceList(std::vector<unsigned int>& devices);
#endif // TOUCH_UI
// This class delegates the key messages to the associated FocusManager class
// for the window that is receiving these messages for accelerator processing.
-class VIEWS_API AcceleratorHandler : public MessageLoop::Dispatcher {
+class VIEWS_EXPORT AcceleratorHandler : public MessageLoop::Dispatcher {
public:
AcceleratorHandler();
« no previous file with comments | « views/events/event_utils_win.h ('k') | views/focus/external_focus_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698