| Index: ppapi/proxy/plugin_dispatcher.h
|
| diff --git a/ppapi/proxy/plugin_dispatcher.h b/ppapi/proxy/plugin_dispatcher.h
|
| index efa0d70f1851fcfb784eb4f97e29dabe278aab82..c3df7aebdf3ef10d97de09979aa39c292d8e0434 100644
|
| --- a/ppapi/proxy/plugin_dispatcher.h
|
| +++ b/ppapi/proxy/plugin_dispatcher.h
|
| @@ -26,7 +26,9 @@ namespace proxy {
|
|
|
| // Used to keep track of per-instance data.
|
| struct InstanceData {
|
| + InstanceData() : fullscreen(PP_FALSE) {}
|
| PP_Rect position;
|
| + PP_Bool fullscreen;
|
| };
|
|
|
| class PluginDispatcher : public Dispatcher {
|
|
|