Skip to content

views: Support transparent overlay BrowserViews #4035

@magreenblatt

Description

@magreenblatt

Is your feature request related to a problem? Please describe.
We currently have the capability to add a CefBrowserView overlay via CefWindow::AddOverlayView. However, the GetColor implementation requires windowed browsers to be fully opaque. We should allow transparency in the overlay case.

This would most likely be configured by setting CefBrowserSettings.background_color with a transparent alpha component prior to BrowserView creation, but we could also potentially use CefBrowserViewImpl::SetBackgroundColor to change the value during runtime.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementEnhancement requestviewsRelated to the Views framework

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions