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:
@ -11,8 +11,8 @@
|
||||
#include "libcef/browser/views/layout_impl.h"
|
||||
#include "ui/views/layout/fill_layout.h"
|
||||
|
||||
class CefFillLayoutImpl :
|
||||
public CefLayoutImpl<views::FillLayout, CefFillLayout> {
|
||||
class CefFillLayoutImpl
|
||||
: public CefLayoutImpl<views::FillLayout, CefFillLayout> {
|
||||
public:
|
||||
// Create a new CefFillLayout insance. |owner_view| must be non-nullptr.
|
||||
static CefRefPtr<CefFillLayout> Create(views::View* owner_view);
|
||||
|
Reference in New Issue
Block a user