Commit 875a16df authored by Erik Chen's avatar Erik Chen Committed by Commit Bot

Fix typo.

Change-Id: I619dda7a91016698a4d3f0b5a3bbda00decf781f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1772088
Auto-Submit: Erik Chen <erikchen@chromium.org>
Reviewed-by: default avatarDave Tapuska <dtapuska@chromium.org>
Commit-Queue: Erik Chen <erikchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#690847}
parent d4bd3c5f
...@@ -229,7 +229,7 @@ viz::FrameSinkId RenderWidgetInputHandler::GetFrameSinkIdAtPoint( ...@@ -229,7 +229,7 @@ viz::FrameSinkId RenderWidgetInputHandler::GetFrameSinkIdAtPoint(
gfx::PointF* local_point) { gfx::PointF* local_point) {
// This method must only be called on a local root, which is guaranteed to // This method must only be called on a local root, which is guaranteed to
// have a WebWidget. // have a WebWidget.
// TODO(https://crbug.com/995981): Eventually we should be able to remote this // TODO(https://crbug.com/995981): Eventually we should be able to remove this
// DCHECK, since RenderWidget's lifetime [and thus this instance's] will be // DCHECK, since RenderWidget's lifetime [and thus this instance's] will be
// synchronized with the WebWidget. // synchronized with the WebWidget.
DCHECK(widget_->GetWebWidget()); DCHECK(widget_->GetWebWidget());
......
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