| Index: content/renderer/browser_plugin/browser_plugin_backing_store.h
|
| diff --git a/content/renderer/browser_plugin/browser_plugin_backing_store.h b/content/renderer/browser_plugin/browser_plugin_backing_store.h
|
| index f3e378a566cd8f711e6c1c8fe5eafc4eb40840e5..8d59247145c4c920e2b63a2c2cebc60a6acebea4 100644
|
| --- a/content/renderer/browser_plugin/browser_plugin_backing_store.h
|
| +++ b/content/renderer/browser_plugin/browser_plugin_backing_store.h
|
| @@ -44,6 +44,8 @@ class BrowserPluginBackingStore {
|
| const gfx::Rect& clip_rect,
|
| const gfx::Size& view_size);
|
|
|
| + void Clear(SkColor clear_color);
|
| +
|
| const gfx::Size& GetSize() const { return size_; }
|
|
|
| const SkBitmap& GetBitmap() const { return bitmap_; }
|
|
|