Index: third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp |
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp b/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp |
index edaa4dda51d3ab2d65ddb07448e7c8cf1698fa71..8db069ac39f0ea2d93db89f70f74c72f9f3b55ac 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp |
+++ b/third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp |
@@ -600,7 +600,7 @@ void PaintLayerPainter::paintFragmentWithPhase(PaintPhase phase, const PaintLaye |
if (!paintingInfo.scrollOffsetAccumulation.isZero()) { |
// As a descendant of the root layer, m_paintLayer's painting is not controlled by the ScrollRecorders |
// created by BlockPainter of the ancestor layers up to the root layer, so we need to issue ScrollRecorder |
- // for this layer seperately, with the scroll offset accumulated from the root layer to the parent of this |
+ // for this layer separately, with the scroll offset accumulated from the root layer to the parent of this |
// layer, to get the same result as ScrollRecorder in BlockPainter. |
paintOffset += paintingInfo.scrollOffsetAccumulation; |