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

Unified Diff: views/ime/text_input_type_tracker.h

Issue 7553016: Use text input type to control visibility of virtual keyboard (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Rebase on HEAD 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 | « chrome/common/extensions/api/extension_api.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/ime/text_input_type_tracker.h
diff --git a/views/ime/text_input_type_tracker.h b/views/ime/text_input_type_tracker.h
index ecd16fdbfb0765f8569376db03409a7b8f8f9273..a33ef2075ce379e0576e167e2d3a162cbf8bc51a 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();
« no previous file with comments | « chrome/common/extensions/api/extension_api.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698