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:
@@ -56,9 +56,9 @@ class BrowserWindowOsrWin : public BrowserWindow,
|
||||
|
||||
// The below members are only accessed on the main thread.
|
||||
scoped_refptr<OsrWindowWin> osr_window_;
|
||||
HWND osr_hwnd_;
|
||||
HWND osr_hwnd_ = nullptr;
|
||||
|
||||
float device_scale_factor_;
|
||||
float device_scale_factor_ = 0;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(BrowserWindowOsrWin);
|
||||
};
|
||||
|
Reference in New Issue
Block a user