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

Unified Diff: content/browser/renderer_host/text_input_client_message_filter.h

Issue 1318483007: Implement "Look Up In Dictionary" context menu item asynchronously. (OS X) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed review comments. Created 5 years, 3 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: content/browser/renderer_host/text_input_client_message_filter.h
diff --git a/content/browser/renderer_host/text_input_client_message_filter.h b/content/browser/renderer_host/text_input_client_message_filter.h
index 1918620644d08691262bc303aa88806df90b8f7f..992a9a20747b88fef3931b56ef3a0648ba6485f4 100644
--- a/content/browser/renderer_host/text_input_client_message_filter.h
+++ b/content/browser/renderer_host/text_input_client_message_filter.h
@@ -38,7 +38,8 @@ class CONTENT_EXPORT TextInputClientMessageFilter
void OnGotCharacterIndexForPoint(size_t index);
void OnGotFirstRectForRange(const gfx::Rect& rect);
void OnGotStringFromRange(
- const mac::AttributedStringCoder::EncodedString& string);
+ const mac::AttributedStringCoder::EncodedString& string,
+ const gfx::Point& point);
// Child process id.
int child_process_id_;

Powered by Google App Engine
This is Rietveld 408576698