| Index: Source/web/WebViewImpl.cpp
|
| diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp
|
| index 7d7ae970d4ac9b0388845d1e5d457848a017e079..74e84cf44694529c5a7df45bb72f1dcd9b76e8e3 100644
|
| --- a/Source/web/WebViewImpl.cpp
|
| +++ b/Source/web/WebViewImpl.cpp
|
| @@ -1905,8 +1905,6 @@ void WebViewImpl::layout()
|
| m_shouldDispatchFirstVisuallyNonEmptyLayout = false;
|
| // TODO(esprehn): Move users of this callback to something
|
| // better, the heuristic for "visually non-empty" is bad.
|
| - // TODO(dglazkov): Remove this line after https://codereview.chromium.org/1319073003 lands.
|
| - frame->loader().client()->dispatchDidFirstVisuallyNonEmptyLayout();
|
| client()->didFirstVisuallyNonEmptyLayout();
|
| }
|
|
|
|
|