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:
@@ -75,7 +75,7 @@ class OsrRenderHandlerWinD3D11 : public OsrRenderHandlerWin {
|
||||
private:
|
||||
void Render() override;
|
||||
|
||||
uint64_t start_time_;
|
||||
uint64_t start_time_ = 0;
|
||||
std::shared_ptr<d3d11::Device> device_;
|
||||
std::shared_ptr<d3d11::SwapChain> swap_chain_;
|
||||
std::shared_ptr<d3d11::Composition> composition_;
|
||||
|
Reference in New Issue
Block a user