Fix space in comments (see issue #3384)

This commit is contained in:
Marshall Greenblatt
2022-09-05 14:10:30 -04:00
parent 09b4cbd32c
commit cf7e10aacc
4 changed files with 7 additions and 7 deletions

View File

@ -720,7 +720,7 @@ class CefBrowserHost : public virtual CefBaseRefCounted {
///
/// Returns the maximum rate in frames per second (fps) that
/// CefRenderHandler:: OnPaint will be called for a windowless browser. The
/// CefRenderHandler::OnPaint will be called for a windowless browser. The
/// actual fps may be lower if the browser cannot generate frames at the
/// requested rate. The minimum value is 1 and the maximum value is 60
/// (default 30). This method can only be called on the UI thread.