| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.cpp
|
| index 348cf27ef5f9724f545770cfc41057f168a65a2c..acee522aeee918b7a1e813de2872cb9e00f1a8a4 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.cpp
|
| @@ -79,7 +79,8 @@ const AffineTransform& LayoutSVGResourceMarker::localToSVGParentTransform()
|
| AffineTransform::translation(m_viewport.x(), m_viewport.y()) *
|
| viewportTransform();
|
| return m_localToParentTransform;
|
| - // If this class were ever given a localTransform(), then the above would read:
|
| + // If this class were ever given a localTransform(), then the above would
|
| + // read:
|
| // return viewportTranslation * localTransform() * viewportTransform();
|
| }
|
|
|
|
|