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_; |