summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl/resource.h
diff options
context:
space:
mode:
authorraymes@chromium.org <raymes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-01 23:39:34 +0000
committerraymes@chromium.org <raymes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-01 23:39:34 +0000
commita1686e279d7f6ec3cebc91cd759af80963e2c0ad (patch)
tree19f9986146e49985b8ddecee53a241c4efe7b083 /ppapi/shared_impl/resource.h
parent259359a48b7f497a355bcd9fea7ae3bd361a7539 (diff)
downloadchromium_src-a1686e279d7f6ec3cebc91cd759af80963e2c0ad.zip
chromium_src-a1686e279d7f6ec3cebc91cd759af80963e2c0ad.tar.gz
chromium_src-a1686e279d7f6ec3cebc91cd759af80963e2c0ad.tar.bz2
Move flash clipboard to the new proxy and add custom format support
This moves the flash clipboard interface to the new pepper proxy. It also adds support for copying/pasting data of custom data formats (which is needed for flash). BUG=154497 TEST=Added new pepper tests Review URL: https://chromiumcodereview.appspot.com/11225021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165548 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/shared_impl/resource.h')
-rw-r--r--ppapi/shared_impl/resource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ppapi/shared_impl/resource.h b/ppapi/shared_impl/resource.h
index 442f1ce..c8b7d1f 100644
--- a/ppapi/shared_impl/resource.h
+++ b/ppapi/shared_impl/resource.h
@@ -35,6 +35,7 @@
F(PPB_FileRef_API) \
F(PPB_FileSystem_API) \
F(PPB_Find_API) \
+ F(PPB_Flash_Clipboard_API) \
F(PPB_Flash_DeviceID_API) \
F(PPB_Flash_FontFile_API) \
F(PPB_Flash_Functions_API) \