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

Unified Diff: chrome/renderer/render_view.h

Issue 6289009: [Mac] Implement the system dictionary popup by implementing NSTextInput methods. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Plumb selection rannge with ViewHostMsg_SelectionChanged Created 9 years, 11 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/renderer/render_view.h
diff --git a/chrome/renderer/render_view.h b/chrome/renderer/render_view.h
index dfbcf7d66629811d44764bd959fd42d628b8dd5a..96a9c4758926f362e19330ab89a6dcb62cc24a29 100644
--- a/chrome/renderer/render_view.h
+++ b/chrome/renderer/render_view.h
@@ -940,6 +940,9 @@ class RenderView : public RenderWidget,
void OnWindowFrameChanged(const gfx::Rect& window_frame,
const gfx::Rect& view_frame);
void OnSelectPopupMenuItem(int selected_index);
+ void OnCharacterIndexForPoint(gfx::Point point);
+ void OnFirstRectForCharacterRange(uint location, uint length);
+ void OnStringForRange(uint location, uint length);
#endif
void OnZoom(PageZoom::Function function);
void OnJavaScriptStressTestControl(int cmd, int param);

Powered by Google App Engine
This is Rietveld 408576698