mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
tests: Format with clang-tidy (see #3632)
This commit is contained in:
@@ -12,7 +12,7 @@ BrowserWindowOsrWin::BrowserWindowOsrWin(BrowserWindow::Delegate* delegate,
|
||||
bool with_controls,
|
||||
const std::string& startup_url,
|
||||
const OsrRendererSettings& settings)
|
||||
: BrowserWindow(delegate), osr_hwnd_(nullptr), device_scale_factor_(0) {
|
||||
: BrowserWindow(delegate) {
|
||||
osr_window_ = new OsrWindowWin(this, settings);
|
||||
client_handler_ =
|
||||
new ClientHandlerOsr(this, osr_window_.get(), with_controls, startup_url);
|
||||
|
Reference in New Issue
Block a user