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

Unified Diff: content/renderer/render_widget.h

Issue 2278283002: Implement Mac Pop-up Dictionary for OOPIF. (Closed)
Patch Set: Addressing lfg@'s comment 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 793016a7459bc8f907f199ebcaf223752a3f272e..b155ab082b430f247377c5486447b7c6a0a16259 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -393,6 +393,9 @@ class CONTENT_EXPORT RenderWidget
return mouse_lock_dispatcher_.get();
}
+ // TODO(ekaramad): The reference to the focused pepper plugin will be removed
+ // from RenderWidfet. The purpose of having the reference here was to make IME
Charlie Reis 2016/09/02 21:57:47 nit: RenderWidget
EhsanK 2016/09/08 17:10:40 Done.
+ // 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