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

Unified Diff: chrome/renderer/webplugin_delegate_proxy.h

Issue 10792: Fix the painting problem with Stree View and Flash 10. After the size of the... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 12 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
« no previous file with comments | « no previous file | chrome/renderer/webplugin_delegate_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/webplugin_delegate_proxy.h
===================================================================
--- chrome/renderer/webplugin_delegate_proxy.h (revision 6099)
+++ chrome/renderer/webplugin_delegate_proxy.h (working copy)
@@ -150,7 +150,6 @@
RenderView* render_view_;
WebPlugin* plugin_;
bool windowless_;
- bool first_paint_;
scoped_refptr<PluginChannelHost> channel_host_;
std::string mime_type_;
std::string clsid_;
@@ -188,6 +187,8 @@
scoped_ptr<gfx::PlatformCanvasWin> transport_store_canvas_;
scoped_ptr<base::SharedMemory> background_store_;
scoped_ptr<gfx::PlatformCanvasWin> background_store_canvas_;
+ // This lets us know which portion of the backing store has been painted into.
+ gfx::Rect backing_store_painted_;
DISALLOW_EVIL_CONSTRUCTORS(WebPluginDelegateProxy);
};
« no previous file with comments | « no previous file | chrome/renderer/webplugin_delegate_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698