| Index: third_party/WebKit/Source/platform/geometry/TransformState.h
|
| diff --git a/third_party/WebKit/Source/platform/geometry/TransformState.h b/third_party/WebKit/Source/platform/geometry/TransformState.h
|
| index fe311324f9e2107688e28f32bf08ae2868922ecc..bc4e1ac699fb4ec02fe8449339b839fd81469757 100644
|
| --- a/third_party/WebKit/Source/platform/geometry/TransformState.h
|
| +++ b/third_party/WebKit/Source/platform/geometry/TransformState.h
|
| @@ -88,8 +88,9 @@ class PLATFORM_EXPORT TransformState {
|
| TransformState& operator=(const TransformState&);
|
|
|
| void setQuad(const FloatQuad& quad) {
|
| - // FIXME: this assumes that the quad being added is in the coordinate system of the current state.
|
| - // This breaks if we're simultaneously mapping a point. https://bugs.webkit.org/show_bug.cgi?id=106680
|
| + // FIXME: this assumes that the quad being added is in the coordinate system
|
| + // of the current state. This breaks if we're simultaneously mapping a
|
| + // point. https://bugs.webkit.org/show_bug.cgi?id=106680
|
| ASSERT(!m_mapPoint);
|
| m_accumulatedOffset = LayoutSize();
|
| m_lastPlanarQuad = quad;
|
|
|