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:
@ -55,19 +55,19 @@ class CefLayout : public CefBaseRefCounted {
|
||||
// Returns this Layout as a BoxLayout or NULL if this is not a BoxLayout.
|
||||
///
|
||||
/*--cef()--*/
|
||||
virtual CefRefPtr<CefBoxLayout> AsBoxLayout() =0;
|
||||
virtual CefRefPtr<CefBoxLayout> AsBoxLayout() = 0;
|
||||
|
||||
///
|
||||
// Returns this Layout as a FillLayout or NULL if this is not a FillLayout.
|
||||
///
|
||||
/*--cef()--*/
|
||||
virtual CefRefPtr<CefFillLayout> AsFillLayout() =0;
|
||||
virtual CefRefPtr<CefFillLayout> AsFillLayout() = 0;
|
||||
|
||||
///
|
||||
// Returns true if this Layout is valid.
|
||||
///
|
||||
/*--cef()--*/
|
||||
virtual bool IsValid() =0;
|
||||
virtual bool IsValid() = 0;
|
||||
};
|
||||
|
||||
#endif // CEF_INCLUDE_VIEWS_CEF_LAYOUT_H_
|
||||
|
Reference in New Issue
Block a user