Index: ppapi/proxy/plugin_dispatcher.h |
diff --git a/ppapi/proxy/plugin_dispatcher.h b/ppapi/proxy/plugin_dispatcher.h |
index 017f95781645965536e96e64203b9c942810f7d0..3f2fd7c0ac1674f947667ecca607e70cb5fc0203 100644 |
--- a/ppapi/proxy/plugin_dispatcher.h |
+++ b/ppapi/proxy/plugin_dispatcher.h |
@@ -35,6 +35,7 @@ class ResourceCreationAPI; |
namespace proxy { |
class FlashResource; |
+class FlashClipboardResource; |
yzshen1
2012/10/29 16:55:46
sort.
raymes
2012/10/29 18:44:58
Done.
|
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 |