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

Unified Diff: views/view.h

Issue 8491035: Revert 109583 - Move views/ime/text_input_client.h to ui/base/ime/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
===================================================================
--- views/view.h (revision 109585)
+++ views/view.h (working copy)
@@ -42,7 +42,6 @@
class Compositor;
class Layer;
class LayerAnimationSequence;
-class TextInputClient;
class Texture;
class ThemeProvider;
class Transform;
@@ -65,6 +64,7 @@
class InputMethod;
class LayoutManager;
class ScrollView;
+class TextInputClient;
class Widget;
namespace internal {
@@ -623,7 +623,7 @@
// Returns the View's TextInputClient instance or NULL if the View doesn't
// support text input.
- virtual ui::TextInputClient* GetTextInputClient();
+ virtual 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