| Index: ppapi/proxy/ppb_flash_proxy.cc
|
| diff --git a/ppapi/proxy/ppb_flash_proxy.cc b/ppapi/proxy/ppb_flash_proxy.cc
|
| index 901a61fe186dda9864ed6a46b5c3f6c0934340d7..55dc897ee73aa83106e49233e0f4b19fd9a144a6 100644
|
| --- a/ppapi/proxy/ppb_flash_proxy.cc
|
| +++ b/ppapi/proxy/ppb_flash_proxy.cc
|
| @@ -581,6 +581,9 @@ int32_t PPB_Flash_Proxy::GetSettingInt(PP_Instance instance,
|
| is_3d_supported;
|
| case PP_FLASHSETTING_INCOGNITO:
|
| return static_cast<PluginDispatcher*>(dispatcher())->incognito();
|
| + case PP_FLASHSETTING_STAGE3DENABLED:
|
| + return static_cast<PluginDispatcher*>(dispatcher())->preferences().
|
| + is_stage3d_supported;
|
| default:
|
| return -1;
|
| }
|
|
|