Chromium Code Reviews| Index: Source/core/inspector/InspectorInputAgent.cpp |
| diff --git a/Source/core/inspector/InspectorInputAgent.cpp b/Source/core/inspector/InspectorInputAgent.cpp |
| index 3945ed4bdd03743c5a75d1b8ce5ff6e37298c781..94e34776a8856f053f4f0cc98b6a6f80c3446143 100644 |
| --- a/Source/core/inspector/InspectorInputAgent.cpp |
| +++ b/Source/core/inspector/InspectorInputAgent.cpp |
| @@ -50,7 +50,7 @@ namespace { |
| class SyntheticInspectorTouchPoint : public blink::PlatformTouchPoint { |
| public: |
| - SyntheticInspectorTouchPoint(unsigned id, State state, const blink::IntPoint& screenPos, const blink::IntPoint& pos, int radiusX, int radiusY, double rotationAngle, double force) |
| + SyntheticInspectorTouchPoint(int id, State state, const blink::IntPoint& screenPos, const blink::IntPoint& pos, int radiusX, int radiusY, double rotationAngle, double force) |
|
Rick Byers
2015/06/10 15:34:21
Good catch!
|
| { |
| m_id = id; |
| m_screenPos = screenPos; |