| 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..8320f1d55ec3edb678d27cf136a7ea05dffac345 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 plugin's rect in css pixels.
|
| gfx::Rect view_rect_;
|
| // Bitmap for crashed plugin. Lazily initialized, non-owning pointer.
|
| SkBitmap* sad_guest_;
|
|
|