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:
@@ -62,17 +62,13 @@ class CefViewDelegate : public virtual CefBaseRefCounted {
|
||||
// Return the minimum size for |view|.
|
||||
///
|
||||
/*--cef()--*/
|
||||
virtual CefSize GetMinimumSize(CefRefPtr<CefView> view) {
|
||||
return CefSize();
|
||||
}
|
||||
virtual CefSize GetMinimumSize(CefRefPtr<CefView> view) { return CefSize(); }
|
||||
|
||||
///
|
||||
// Return the maximum size for |view|.
|
||||
///
|
||||
/*--cef()--*/
|
||||
virtual CefSize GetMaximumSize(CefRefPtr<CefView> view) {
|
||||
return CefSize();
|
||||
}
|
||||
virtual CefSize GetMaximumSize(CefRefPtr<CefView> view) { return CefSize(); }
|
||||
|
||||
///
|
||||
// Return the height necessary to display |view| with the provided |width|.
|
||||
|
Reference in New Issue
Block a user