commit | 77eb7e8aaa68b7ce2105efe5d24bc0f6e0fbc79b | [log] [tgz] |
---|---|---|
author | danakj <[email protected]> | Thu Jan 09 19:38:46 2020 |
committer | Commit Bot <[email protected]> | Thu Jan 09 19:38:46 2020 |
tree | dd0c9013d6b51828f363bd64d1a14af9d94a6544 | |
parent | 93404d2c523c47fb111e973f92baa78fa2178ca7 [diff] [blame] |
Change never-visible terminology for RenderWidgets to never-composited. The terminology was defined around never Showing a RenderWidget to the user and thus not compositing it. However visibility is now split between Widgets (show for compositing) and Views/Pages (show for blink timers/js). And since we plumb this bit through RenderView creation and store it there, it becomes ambiguous. This renames it throughout to be more clear that it is about compositing (ie RenderWidgets) and not about page visiblity. [email protected], [email protected] TBR=sky Bug: 419087 Change-Id: Ic95d7c0eae473d5a1adfc369fd88272471f6fafb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992343 Commit-Queue: danakj <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Reviewed-by: Avi Drissman <[email protected]> Cr-Commit-Position: refs/heads/master@{#729855}
diff --git a/extensions/browser/extension_host.h b/extensions/browser/extension_host.h index a291429..093fb25 100644 --- a/extensions/browser/extension_host.h +++ b/extensions/browser/extension_host.h
@@ -126,7 +126,7 @@ bool CheckMediaAccessPermission(content::RenderFrameHost* render_frame_host, const GURL& security_origin, blink::mojom::MediaStreamType type) override; - bool IsNeverVisible(content::WebContents* web_contents) override; + bool IsNeverComposited(content::WebContents* web_contents) override; content::PictureInPictureResult EnterPictureInPicture( content::WebContents* web_contents, const viz::SurfaceId& surface_id,