Chromium Code Reviews| Index: content/renderer/pepper/pepper_plugin_instance_impl.h |
| diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.h b/content/renderer/pepper/pepper_plugin_instance_impl.h |
| index edc5dd28a26b269a66b18a21617c31de210d2232..3cc9e0c88144c292822b479bd5da62d99fc64190 100644 |
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.h |
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.h |
| @@ -818,7 +818,6 @@ class CONTENT_EXPORT PepperPluginInstanceImpl |
| // The plugin 3D interface. |
| const PPP_Graphics3D* plugin_graphics_3d_interface_; |
| - |
|
ncarter (slow)
2016/04/14 17:37:36
Removal of this line seems like a mistake.
Łukasz Anforowicz
2016/04/14 19:34:48
Ooops, I am not sure how I managed to miss this in
|
| // Contains the cursor if it's set by the plugin. |
| std::unique_ptr<blink::WebCursorInfo> cursor_; |