| 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 68ff0d87a0f26d52cf132590c2355b6446f1941e..e5e689b74deabf70206680c2b7ade8ab4b9e9673 100644
|
| --- a/webkit/plugins/ppapi/ppb_flash_impl.h
|
| +++ b/webkit/plugins/ppapi/ppb_flash_impl.h
|
| @@ -48,8 +48,6 @@ class PPB_Flash_Impl : public ::ppapi::thunk::PPB_Flash_API {
|
| PP_Time t) OVERRIDE;
|
| virtual PP_Bool IsRectTopmost(PP_Instance instance,
|
| const PP_Rect* rect) OVERRIDE;
|
| - virtual PP_Var GetSetting(PP_Instance instance,
|
| - PP_FlashSetting setting) OVERRIDE;
|
|
|
| private:
|
| PluginInstance* instance_;
|
|
|