mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Apply clang-format to all C, C++ and ObjC files (issue #2171)
This commit is contained in:
@@ -15,15 +15,13 @@
|
||||
// Extend views::LabelButton with a no-argument constructor as required by the
|
||||
// CefViewView template and extend views::ButtonListener as required by the
|
||||
// CefButtonView template.
|
||||
class LabelButtonEx : public views::LabelButton,
|
||||
public views::ButtonListener {
|
||||
class LabelButtonEx : public views::LabelButton, public views::ButtonListener {
|
||||
public:
|
||||
LabelButtonEx() : views::LabelButton(this, base::string16()) {
|
||||
}
|
||||
LabelButtonEx() : views::LabelButton(this, base::string16()) {}
|
||||
};
|
||||
|
||||
class CefBasicLabelButtonView :
|
||||
public CefLabelButtonView<LabelButtonEx, CefButtonDelegate> {
|
||||
class CefBasicLabelButtonView
|
||||
: public CefLabelButtonView<LabelButtonEx, CefButtonDelegate> {
|
||||
public:
|
||||
typedef CefLabelButtonView<LabelButtonEx, CefButtonDelegate> ParentClass;
|
||||
|
||||
|
Reference in New Issue
Block a user