| Index: third_party/WebKit/Source/core/dom/Touch.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Touch.h b/third_party/WebKit/Source/core/dom/Touch.h
|
| index 9fc28be78c2a60eae02551f32816d3bb410f669d..95cd5fe4d223c4a0cbb5f70717b7b1b9efaf2720 100644
|
| --- a/third_party/WebKit/Source/core/dom/Touch.h
|
| +++ b/third_party/WebKit/Source/core/dom/Touch.h
|
| @@ -121,9 +121,9 @@ class CORE_EXPORT Touch final : public GarbageCollectedFinalized<Touch>,
|
| float m_rotationAngle;
|
| float m_force;
|
| String m_region;
|
| - // FIXME(rbyers): Shouldn't we be able to migrate callers to relying on screenPos, pagePos
|
| - // or clientPos? absoluteLocation appears to be the same as pagePos but without browser
|
| - // scale applied.
|
| + // FIXME(rbyers): Shouldn't we be able to migrate callers to relying on
|
| + // screenPos, pagePos or clientPos? absoluteLocation appears to be the same as
|
| + // pagePos but without browser scale applied.
|
| LayoutPoint m_absoluteLocation;
|
| };
|
|
|
|
|