public class CefBrowserSettings
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
windowless_frame_rate
The maximum rate in frames per second (fps) that CefRenderHandler::OnPaint
will be called for a windowless browser.
|
| Constructor and Description |
|---|
CefBrowserSettings() |
| Modifier and Type | Method and Description |
|---|---|
CefBrowserSettings |
clone() |
public int windowless_frame_rate
CefBrowser#setWindowlessFrameRatepublic CefBrowserSettings clone()
clone in class java.lang.Object