| Index: content/browser/renderer_host/input/motion_event_web.cc | 
| diff --git a/content/browser/renderer_host/input/motion_event_web.cc b/content/browser/renderer_host/input/motion_event_web.cc | 
| index 20931c20338529f369d03b88b2f090ac54da7cc6..0927e4bbef98e1f0f35e4f34998c93bc07f333ef 100644 | 
| --- a/content/browser/renderer_host/input/motion_event_web.cc | 
| +++ b/content/browser/renderer_host/input/motion_event_web.cc | 
| @@ -2,9 +2,6 @@ | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
|  | 
| -// MSVC++ requires this to be set before any other includes to get M_PI. | 
| -#define _USE_MATH_DEFINES | 
| - | 
| #include "content/browser/renderer_host/input/motion_event_web.h" | 
|  | 
| #include <cmath> | 
|  |