Commit 97e15f68 authored by Erik Chen's avatar Erik Chen Committed by Commit Bot

Add comments for renderview vs renderwidget.

Change-Id: I64fc3fb04dd2e3e3f827f2c0a72917471ac0a403
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1761329Reviewed-by: default avatarDaniel Cheng <dcheng@chromium.org>
Commit-Queue: Erik Chen <erikchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#688361}
parent 65840f0e
......@@ -92,6 +92,10 @@ class CreateViewParams;
// a local frame for this view, then it also manages a RenderWidget for the
// main frame.
//
// The main distinction between RenderView and RenderWidget is that the
// RenderView holds synchronized state across all processes participating in the
// frame tree, whereas the RenderWidget holds per-root-frame state.
//
// TODO(419087): Currently even though the RenderViewImpl "manages" the
// RenderWidget, the RenderWidget owns the RenderViewImpl. This is due to
// RenderViewImpl historically being a subclass of RenderWidget. Breaking
......
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