| 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 001f2d79f623265564507da8df3c70b349abdd25..9c8c3aae26529d5a25772fdad379ac4f2f842b75 100644
|
| --- a/content/renderer/browser_plugin/browser_plugin.h
|
| +++ b/content/renderer/browser_plugin/browser_plugin.h
|
| @@ -355,6 +355,8 @@ class CONTENT_EXPORT BrowserPlugin :
|
| base::WeakPtrFactory<BrowserPlugin> weak_ptr_factory_;
|
|
|
| std::vector<EditCommand> edit_commands_;
|
| + // This helps keep track if we need to expand damage buffer.
|
| + gfx::Size last_seen_auto_view_size_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(BrowserPlugin);
|
| };
|
|
|