| Index: ppapi/proxy/plugin_dispatcher.h
|
| diff --git a/ppapi/proxy/plugin_dispatcher.h b/ppapi/proxy/plugin_dispatcher.h
|
| index f944d45f8249dc90f182b93d29f0bbf1023ca3aa..98f43a69fd8aad3519db4f637c0f72c8186307d3 100644
|
| --- a/ppapi/proxy/plugin_dispatcher.h
|
| +++ b/ppapi/proxy/plugin_dispatcher.h
|
| @@ -47,8 +47,6 @@ struct InstanceData {
|
|
|
| ViewData view;
|
|
|
| - PP_Bool flash_fullscreen; // Used for PPB_FlashFullscreen.
|
| -
|
| // When non-NULL, indicates the callback to execute when mouse lock is lost.
|
| scoped_refptr<TrackedCallback> mouse_lock_callback;
|
|
|
|
|