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

Unified Diff: ui/views/examples/multiline_example.h

Issue 23228004: Prepare to use gfx::RenderText in views::Label. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revert Label implementation changes. Created 6 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
« no previous file with comments | « ui/views/examples/label_example.cc ('k') | ui/views/examples/multiline_example.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/multiline_example.h
diff --git a/ui/views/examples/multiline_example.h b/ui/views/examples/multiline_example.h
index 7231c66bce7db866039d9bd4deaa82c3c667be5d..94f47708aedb947aea0401a042e73e987c1a22a9 100644
--- a/ui/views/examples/multiline_example.h
+++ b/ui/views/examples/multiline_example.h
@@ -37,8 +37,6 @@ class VIEWS_EXAMPLES_EXPORT MultilineExample : public ExampleBase,
// TextfieldController:
virtual void ContentsChanged(Textfield* sender,
const base::string16& new_contents) OVERRIDE;
- virtual bool HandleKeyEvent(Textfield* sender,
- const ui::KeyEvent& key_event) OVERRIDE;
RenderTextView* render_text_view_;
Label* label_;
« no previous file with comments | « ui/views/examples/label_example.cc ('k') | ui/views/examples/multiline_example.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698