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:
@ -6,19 +6,21 @@
|
||||
#define CEF_LIBCEF_BROWSER_VIEWS_BASIC_LABEL_BUTTON_IMPL_H_
|
||||
#pragma once
|
||||
|
||||
#include "include/views/cef_label_button.h"
|
||||
#include "include/views/cef_button_delegate.h"
|
||||
#include "include/views/cef_label_button.h"
|
||||
|
||||
#include "libcef/browser/views/label_button_impl.h"
|
||||
|
||||
#include "ui/views/controls/button/label_button.h"
|
||||
|
||||
class CefBasicLabelButtonImpl :
|
||||
public CefLabelButtonImpl<views::LabelButton, CefLabelButton,
|
||||
CefButtonDelegate> {
|
||||
class CefBasicLabelButtonImpl : public CefLabelButtonImpl<views::LabelButton,
|
||||
CefLabelButton,
|
||||
CefButtonDelegate> {
|
||||
public:
|
||||
typedef CefLabelButtonImpl<views::LabelButton, CefLabelButton,
|
||||
CefButtonDelegate> ParentClass;
|
||||
typedef CefLabelButtonImpl<views::LabelButton,
|
||||
CefLabelButton,
|
||||
CefButtonDelegate>
|
||||
ParentClass;
|
||||
|
||||
// Create a new CefLabelButton instance. |delegate| may be nullptr.
|
||||
static CefRefPtr<CefBasicLabelButtonImpl> Create(
|
||||
|
Reference in New Issue
Block a user