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

Unified Diff: chrome/browser/ui/views/omnibox/omnibox_view_win.h

Issue 11305002: Support TSF related event handling on NativeTextField (Closed) Base URL: http://git.chromium.org/chromium/src.git@findbar_fix
Patch Set: Reorder functions Created 8 years, 2 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: chrome/browser/ui/views/omnibox/omnibox_view_win.h
diff --git a/chrome/browser/ui/views/omnibox/omnibox_view_win.h b/chrome/browser/ui/views/omnibox/omnibox_view_win.h
index 30f7b493eb6abd75dea6a44cc61fab3c7b1faf68..7177bd1f09e8309ea4cc652f04d62489bf423a1d 100644
--- a/chrome/browser/ui/views/omnibox/omnibox_view_win.h
+++ b/chrome/browser/ui/views/omnibox/omnibox_view_win.h
@@ -330,8 +330,10 @@ class OmniboxViewWin
virtual void EmphasizeURLComponents() OVERRIDE;
// TsfEventRouter::Observer
Peter Kasting 2012/10/27 22:29:50 Nit: Add trailing colon
Seigo Nonaka 2012/10/28 01:50:44 Done.
- virtual void OnTextUpdated() OVERRIDE;
+ virtual void OnTextUpdated(const ui::Range& composition_range) OVERRIDE;
Peter Kasting 2012/10/27 22:29:50 The order here, and in the .cc file, needs to matc
Seigo Nonaka 2012/10/28 01:50:44 Done.
virtual void OnCandidateWindowCountChanged(size_t window_count) OVERRIDE;
+ virtual void OnTsfStartComposition() OVERRIDE;
+ virtual void OnTsfEndComposition() OVERRIDE;
// Erases the portion of the selection in the font's y-adjustment area. For
// some reason the edit draws the selection rect here even though it's not
« no previous file with comments | « no previous file | chrome/browser/ui/views/omnibox/omnibox_view_win.cc » ('j') | ui/base/ime/win/tsf_event_router.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698