Index: content/renderer/render_widget.h |
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h |
index b3ed29f84d08a5098252a45351329f3da0a7d998..d6e2a76e21a8b5290442b44b4ea096e3a3eee948 100644 |
--- a/content/renderer/render_widget.h |
+++ b/content/renderer/render_widget.h |
@@ -380,6 +380,10 @@ class CONTENT_EXPORT RenderWidget |
focused_pepper_plugin_ = plugin; |
} |
+ PepperPluginInstanceImpl* focused_pepper_plugin() const { |
Charlie Reis
2016/08/31 22:50:03
lfg@: Can you review this part? I know you had so
lfg
2016/09/01 15:42:27
I really don't like this. We shouldn't be exposing
EhsanK
2016/09/01 21:58:37
For now I have removed this line of code and pass
lfg
2016/09/02 16:39:00
Can you file a bug and add a TODO to fix the focus
|
+ return focused_pepper_plugin_; |
+ } |
+ |
// When emulated, this returns original device scale factor. |
float GetOriginalDeviceScaleFactor() const; |