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

Unified Diff: content/renderer/render_widget.h

Issue 80583002: [FYI] All-in-one OnCandidateWindow{Show,Update,Hide} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: content/renderer/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index 9a260470721c121759982b09b36c78f14b340c69..575eb933f6742d8b6f1944e40fd869a3e34eaf1d 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -344,6 +344,9 @@ class CONTENT_EXPORT RenderWidget
void OnUpdateVideoAck(int32 video_id);
void OnRequestMoveAck();
void OnSetInputMethodActive(bool is_active);
+ void OnCandidateWindowShow();
+ void OnCandidateWindowUpdate();
+ void OnCandidateWindowHide();
virtual void OnImeSetComposition(
const string16& text,
const std::vector<blink::WebCompositionUnderline>& underlines,

Powered by Google App Engine
This is Rietveld 408576698