Index: ppapi/thunk/ppb_instance_api.h |
diff --git a/ppapi/thunk/ppb_instance_api.h b/ppapi/thunk/ppb_instance_api.h |
index 5dbc902f4aed72f3171b7f3d09db21f65b9af245..907908775075ef6010ce597a19a39aed30a8054b 100644 |
--- a/ppapi/thunk/ppb_instance_api.h |
+++ b/ppapi/thunk/ppb_instance_api.h |
@@ -90,9 +90,6 @@ class PPB_Instance_API { |
PP_Bool fullscreen) = 0; |
virtual PP_Bool GetScreenSize(PP_Instance instance, PP_Size* size) = 0; |
- // Flash (Deprecated for Flash_Functions). |
- virtual PPB_Flash_API* GetFlashAPI() = 0; |
- |
// This is an implementation-only function which grabs an instance of a |
// "singleton resource". These are used to implement instance interfaces |
// (functions which are associated with the instance itself as opposed to a |