Commit d7f34525 authored by sataya.m's avatar sataya.m Committed by Commit bot

Fix typo in TODO

Review-Url: https://codereview.chromium.org/2316233003
Cr-Commit-Position: refs/heads/master@{#417379}
parent 47d70e71
...@@ -2695,7 +2695,7 @@ void FrameView::synchronizedPaint() ...@@ -2695,7 +2695,7 @@ void FrameView::synchronizedPaint()
} }
// TODO(sataya.m):Main frame doesn't create RootFrameViewport in some // TODO(sataya.m):Main frame doesn't create RootFrameViewport in some
// webkit_unit_tests (http://crbug.com/607987). // webkit_unit_tests (http://crbug.com/644788).
if (m_viewportScrollableArea) { if (m_viewportScrollableArea) {
if (GraphicsLayer* layerForHorizontalScrollbar = m_viewportScrollableArea->layerForHorizontalScrollbar()) { if (GraphicsLayer* layerForHorizontalScrollbar = m_viewportScrollableArea->layerForHorizontalScrollbar()) {
synchronizedPaintRecursively(layerForHorizontalScrollbar); synchronizedPaintRecursively(layerForHorizontalScrollbar);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment