Index: ppapi/proxy/ppb_flash_proxy.h |
diff --git a/ppapi/proxy/ppb_flash_proxy.h b/ppapi/proxy/ppb_flash_proxy.h |
index 03ecf891bd43982e1f75cfd59f00c65bfb9fbb52..477b1ae4480d31b6f0c8b34751e1297e48b1f6df 100644 |
--- a/ppapi/proxy/ppb_flash_proxy.h |
+++ b/ppapi/proxy/ppb_flash_proxy.h |
@@ -32,6 +32,11 @@ struct PPBFlash_DrawGlyphs_Params; |
struct SerializedDirEntry; |
class SerializedVarReturnValue; |
+/////////////////////////// WARNING:DEPRECTATED //////////////////////////////// |
+// Please do not add any new functions to this proxy. They should be |
+// implemented in the new-style resource proxy (see flash_resource.h). |
+// TODO(raymes): All of these functions should be moved to the new-style proxy. |
+//////////////////////////////////////////////////////////////////////////////// |
class PPB_Flash_Proxy : public InterfaceProxy, public PPB_Flash_Shared { |
public: |
explicit PPB_Flash_Proxy(Dispatcher* dispatcher); |