diff options
Diffstat (limited to 'views/touchui')
-rw-r--r-- | views/touchui/touch_factory.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/views/touchui/touch_factory.h b/views/touchui/touch_factory.h index 5191a71..4792dd6 100644 --- a/views/touchui/touch_factory.h +++ b/views/touchui/touch_factory.h @@ -11,6 +11,7 @@ #include "base/memory/singleton.h" #include "base/timer.h" +#include "views/views_api.h" typedef unsigned long Cursor; typedef unsigned long Window; @@ -20,7 +21,7 @@ typedef union _XEvent XEvent; namespace views { // Functions related to determining touch devices. -class TouchFactory { +class VIEWS_API TouchFactory { public: // Define the touch params following the Multi-touch Protocol. enum TouchParam { |