summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/plugin_dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/proxy/plugin_dispatcher.h')
-rw-r--r--ppapi/proxy/plugin_dispatcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/proxy/plugin_dispatcher.h b/ppapi/proxy/plugin_dispatcher.h
index 6634c52..2238646 100644
--- a/ppapi/proxy/plugin_dispatcher.h
+++ b/ppapi/proxy/plugin_dispatcher.h
@@ -33,7 +33,7 @@ namespace proxy {
// Used to keep track of per-instance data.
struct InstanceData {
- InstanceData() : fullscreen(PP_FALSE) {}
+ InstanceData();
PP_Rect position;
PP_Bool fullscreen;
};