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

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

Issue 24278007: Fix <webview> with software compositor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 months 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_compositing_helper.h
diff --git a/content/renderer/browser_plugin/browser_plugin_compositing_helper.h b/content/renderer/browser_plugin/browser_plugin_compositing_helper.h
index 268a9b462594e6061d30bad66a0bb87446cefd2b..90adecacb1b82d612d0633418f9571ac39dbcc74 100644
--- a/content/renderer/browser_plugin/browser_plugin_compositing_helper.h
+++ b/content/renderer/browser_plugin/browser_plugin_compositing_helper.h
@@ -6,6 +6,7 @@
#define CONTENT_RENDERER_BROWSER_PLUGIN_BROWSER_PLUGIN_COMPOSITING_HELPER_H_
#include <string>
+#include <vector>
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
@@ -92,6 +93,8 @@ class CONTENT_EXPORT BrowserPluginCompositingHelper :
int last_host_id_;
bool last_mailbox_valid_;
bool ack_pending_;
+ bool software_ack_pending_;
+ std::vector<unsigned> unacked_software_frames_;
gfx::Size buffer_size_;

Powered by Google App Engine
This is Rietveld 408576698