Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1031)

Unified Diff: content/renderer/browser_plugin/browser_plugin_backing_store.h

Issue 11360106: Browser Plugin: Implement AutoSize (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged with ToT Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_; }

Powered by Google App Engine
This is Rietveld 408576698