Java Chromium Embedded Framework (JCEF). A simple framework for embedding Chromium-based browsers in other applications using the Java programming language.
Is your feature request related to a problem? Please describe.
Currently there's no way to configure CefBrowserSettings, for example setting windowless_frame_rate
Describe the solution you'd like
I'll be working on the issue, adding the ability to configure CefBrowserSettings, by default it will just use default values
Is your feature request related to a problem? Please describe. Currently there's no way to configure CefBrowserSettings, for example setting
windowless_frame_rate
Describe the solution you'd like I'll be working on the issue, adding the ability to configure CefBrowserSettings, by default it will just use default values
Describe alternatives you've considered
Additional context https://github.com/chromiumembedded/cef/blob/e4acacee18d66d9bfe65a15072307d619117bd32/include/internal/cef_types.h#L584