| Index: content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.cc b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| index 0974e5f9ba7f65732ae1c7de61ed9cf806157a3b..7dfd708447944039cc9a0ed4428feb00a39090a0 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| @@ -469,7 +469,7 @@ void PepperPluginInstanceImpl::GamepadImpl::Sample(
|
| WebKit::WebGamepads webkit_data;
|
| RenderThreadImpl::current()->SampleGamepads(&webkit_data);
|
| ConvertWebKitGamepadData(
|
| - *reinterpret_cast<const ppapi::WebKitGamepads*>(&webkit_data), data);
|
| + bit_cast<ppapi::WebKitGamepads>(webkit_data), data);
|
| }
|
|
|
| PepperPluginInstanceImpl::PepperPluginInstanceImpl(
|
|
|