summaryrefslogtreecommitdiffstats
path: root/views/ime
diff options
context:
space:
mode:
authorpenghuang@chromium.org <penghuang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-24 05:40:45 +0000
committerpenghuang@chromium.org <penghuang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-24 05:40:45 +0000
commit240cc92d2f736c143258a6f62e39831e54b5e5d3 (patch)
tree27e075c24e358c618d912e8d33c0e0f2da46a535 /views/ime
parente98fad92b695f3a6468b48a95eb8256f64e0a8f5 (diff)
downloadchromium_src-240cc92d2f736c143258a6f62e39831e54b5e5d3.zip
chromium_src-240cc92d2f736c143258a6f62e39831e54b5e5d3.tar.gz
chromium_src-240cc92d2f736c143258a6f62e39831e54b5e5d3.tar.bz2
Use text input type to control visibility of virtual keyboard
BUG=None TEST=On linux desktop Review URL: http://codereview.chromium.org/7553016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97998 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/ime')
-rw-r--r--views/ime/text_input_type_tracker.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/views/ime/text_input_type_tracker.h b/views/ime/text_input_type_tracker.h
index ecd16fd..a33ef20 100644
--- a/views/ime/text_input_type_tracker.h
+++ b/views/ime/text_input_type_tracker.h
@@ -9,6 +9,7 @@
#include "base/memory/singleton.h"
#include "base/observer_list.h"
#include "ui/base/ime/text_input_type.h"
+#include "views/views_export.h"
namespace views {
@@ -28,7 +29,7 @@ class TextInputTypeObserver {
};
// This class is for tracking the text input type of focused widget.
-class TextInputTypeTracker {
+class VIEWS_EXPORT TextInputTypeTracker {
public:
// Returns the singleton instance.
static TextInputTypeTracker* GetInstance();