mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
libcef: Format with clang-tidy (see #3632)
This commit is contained in:
@@ -120,7 +120,7 @@ class CefTouchSelectionControllerClientOSR
|
||||
class InternalClient final : public ui::TouchSelectionControllerClient {
|
||||
public:
|
||||
explicit InternalClient(CefRenderWidgetHostViewOSR* rwhv) : rwhv_(rwhv) {}
|
||||
~InternalClient() final {}
|
||||
~InternalClient() final = default;
|
||||
|
||||
bool SupportsAnimation() const final;
|
||||
void SetNeedsAnimate() final;
|
||||
|
Reference in New Issue
Block a user