Index: ppapi/proxy/plugin_dispatcher.h |
diff --git a/ppapi/proxy/plugin_dispatcher.h b/ppapi/proxy/plugin_dispatcher.h |
index 017f95781645965536e96e64203b9c942810f7d0..e7668f3d1f40cc3a090f2a071d05680e64f15387 100644 |
--- a/ppapi/proxy/plugin_dispatcher.h |
+++ b/ppapi/proxy/plugin_dispatcher.h |
@@ -34,6 +34,7 @@ class ResourceCreationAPI; |
namespace proxy { |
+class FlashClipboardResource; |
class FlashResource; |
class GamepadResource; |
class ResourceMessageReplyParams; |
@@ -54,6 +55,7 @@ struct InstanceData { |
// (These are singleton-style resources). |
scoped_refptr<GamepadResource> gamepad_resource; |
scoped_refptr<FlashResource> flash_resource; |
+ scoped_refptr<FlashClipboardResource> flash_clipboard_resource; |
// Calls to |RequestSurroundingText()| are done by posted tasks. Track whether |
// a) a task is pending, to avoid redundant calls, and b) whether we should |