Index: webkit/plugins/ppapi/ppb_flash_impl.h |
diff --git a/webkit/plugins/ppapi/ppb_flash_impl.h b/webkit/plugins/ppapi/ppb_flash_impl.h |
index 28faacdfda62c72bd8317c1ad4295fe8bf3994d6..b9b00aa77d3cb64f5b5baa72542ce3580071835c 100644 |
--- a/webkit/plugins/ppapi/ppb_flash_impl.h |
+++ b/webkit/plugins/ppapi/ppb_flash_impl.h |
@@ -18,7 +18,8 @@ class PPB_Flash_Impl { |
public: |
// Returns a pointer to the interface implementing PPB_Flash that is |
// exposed to the plugin. |
- static const PPB_Flash* GetInterface(); |
+ static const PPB_Flash_11* GetInterface11(); |
+ static const PPB_Flash* GetInterface12(); |
private: |
DISALLOW_COPY_AND_ASSIGN(PPB_Flash_Impl); |