Index: ui/base/gtk/event_synthesis_gtk.h |
=================================================================== |
--- ui/base/gtk/event_synthesis_gtk.h (revision 92815) |
+++ ui/base/gtk/event_synthesis_gtk.h (working copy) |
@@ -15,6 +15,7 @@ |
#include <vector> |
#include "ui/base/keycodes/keyboard_codes.h" |
+#include "ui/ui_api.h" |
namespace ui { |
@@ -26,7 +27,7 @@ |
// Creates the proper sequence of key events for a key press + release. |
// Ownership of the events in the vector is passed to the caller. |
-void SynthesizeKeyPressEvents( |
+UI_API void SynthesizeKeyPressEvents( |
GdkWindow* window, |
KeyboardCode key, |
bool control, bool shift, bool alt, |