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:
@@ -40,7 +40,7 @@ class MainMessageLoopExternalPump : public MainMessageLoopStd {
|
||||
|
||||
// Construct and destruct this object on the main application thread.
|
||||
MainMessageLoopExternalPump();
|
||||
~MainMessageLoopExternalPump();
|
||||
~MainMessageLoopExternalPump() override;
|
||||
|
||||
// The platform subclass calls this method on the main application thread in
|
||||
// response to the OnScheduleMessagePumpWork() call.
|
||||
@@ -61,8 +61,8 @@ class MainMessageLoopExternalPump : public MainMessageLoopStd {
|
||||
void DoWork();
|
||||
bool PerformMessageLoopWork();
|
||||
|
||||
bool is_active_;
|
||||
bool reentrancy_detected_;
|
||||
bool is_active_ = false;
|
||||
bool reentrancy_detected_ = false;
|
||||
};
|
||||
|
||||
} // namespace client
|
||||
|
Reference in New Issue
Block a user