Index: ppapi/proxy/plugin_dispatcher.h |
diff --git a/ppapi/proxy/plugin_dispatcher.h b/ppapi/proxy/plugin_dispatcher.h |
index d071e61d1723f00d2c3b335d0fa831744a072f5c..c6472d4713f75f19cb7f4ef35019b118516b9c29 100644 |
--- a/ppapi/proxy/plugin_dispatcher.h |
+++ b/ppapi/proxy/plugin_dispatcher.h |
@@ -62,6 +62,9 @@ struct InstanceData { |
// calling when we shouldn't). |
bool is_request_surrounding_text_pending; |
bool should_do_request_surrounding_text; |
+ |
+ // The compositor bound to the instance. |
+ scoped_refptr<Resource> bound_compositor; |
}; |
class PPAPI_PROXY_EXPORT PluginDispatcher |