Chromium Code Reviews| Index: content/renderer/browser_plugin/browser_plugin.h |
| diff --git a/content/renderer/browser_plugin/browser_plugin.h b/content/renderer/browser_plugin/browser_plugin.h |
| index 79907df699413e3cb5485f79e368b178e61343da..dd69089c53aa3ef200b75729f37b7cf24ca27446 100644 |
| --- a/content/renderer/browser_plugin/browser_plugin.h |
| +++ b/content/renderer/browser_plugin/browser_plugin.h |
| @@ -174,6 +174,7 @@ class CONTENT_EXPORT BrowserPlugin : |
| // then we will attempt to access a nullptr. |
| const int render_frame_routing_id_; |
| blink::WebPluginContainer* container_; |
| + // The plugins rect in css pixels. |
|
kenrb
2016/01/15 20:09:12
Nit: s/plugins/plugin's
oshima
2016/01/15 22:24:10
Done.
|
| gfx::Rect view_rect_; |
| // Bitmap for crashed plugin. Lazily initialized, non-owning pointer. |
| SkBitmap* sad_guest_; |