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

Unified Diff: views/view.h

Issue 8509034: Move views/ime/text_input_client.h to ui/base/ime/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more win_shared fix Created 9 years, 1 month 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 | « views/ime/text_input_client.h ('k') | views/view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/view.h
diff --git a/views/view.h b/views/view.h
index 6c49097a8d8d187ae85d087fd1c6d6e727c4485c..222833a68f72f52a4b0977a14dee96abcb39fa10 100644
--- a/views/view.h
+++ b/views/view.h
@@ -42,6 +42,7 @@ struct AccessibleViewState;
class Compositor;
class Layer;
class LayerAnimationSequence;
+class TextInputClient;
class Texture;
class ThemeProvider;
class Transform;
@@ -64,7 +65,6 @@ class FocusTraversable;
class InputMethod;
class LayoutManager;
class ScrollView;
-class TextInputClient;
class Widget;
namespace internal {
@@ -623,7 +623,7 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
// Returns the View's TextInputClient instance or NULL if the View doesn't
// support text input.
- virtual TextInputClient* GetTextInputClient();
+ virtual ui::TextInputClient* GetTextInputClient();
// Convenience method to retrieve the InputMethod associated with the
// Widget that contains this view. Returns NULL if this view is not part of a
« no previous file with comments | « views/ime/text_input_client.h ('k') | views/view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698