Chromium Code Reviews| Index: ppapi/proxy/plugin_dispatcher.cc |
| =================================================================== |
| --- ppapi/proxy/plugin_dispatcher.cc (revision 102885) |
| +++ ppapi/proxy/plugin_dispatcher.cc (working copy) |
| @@ -43,7 +43,8 @@ |
| } // namespace |
| -InstanceData::InstanceData() : fullscreen(PP_FALSE) { |
| +InstanceData::InstanceData() |
| + : fullscreen(PP_FALSE), flash_fullscreen(PP_FALSE) { |
| memset(&position, 0, sizeof(position)); |
| } |