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:
@@ -80,7 +80,7 @@ void PopupLayer::set_bounds(const CefRect& bounds) {
|
||||
OsrRenderHandlerWinD3D11::OsrRenderHandlerWinD3D11(
|
||||
const OsrRendererSettings& settings,
|
||||
HWND hwnd)
|
||||
: OsrRenderHandlerWin(settings, hwnd), start_time_(0) {}
|
||||
: OsrRenderHandlerWin(settings, hwnd) {}
|
||||
|
||||
bool OsrRenderHandlerWinD3D11::Initialize(CefRefPtr<CefBrowser> browser,
|
||||
int width,
|
||||
|
Reference in New Issue
Block a user