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

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: Created 9 years, 5 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
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..28d98261895280e45f0e59149131f912c67d3f87 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_api.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_API TextInputTypeTracker {
public:
// Returns the singleton instance.
static TextInputTypeTracker* GetInstance();

Powered by Google App Engine
This is Rietveld 408576698