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

Unified Diff: content/renderer/render_widget.h

Issue 2278283002: Implement Mac Pop-up Dictionary for OOPIF. (Closed)
Patch Set: Rebased Created 4 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/renderer/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index ee17345dcec6bcede9f107a1daf89ed473559e8a..daf990530e974ffd2a9160b025dc7637032f4fe2 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -394,6 +394,9 @@ class CONTENT_EXPORT RenderWidget
return mouse_lock_dispatcher_.get();
}
+ // TODO(ekaramad): The reference to the focused pepper plugin will be removed
+ // from RenderWidget. The purpose of having the reference here was to make IME
+ // work for OOPIF (https://crbug.com/643727).
void set_focused_pepper_plugin(PepperPluginInstanceImpl* plugin) {
focused_pepper_plugin_ = plugin;
}

Powered by Google App Engine
This is Rietveld 408576698