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:
@@ -68,7 +68,10 @@ class BrowserWindow : public ClientHandler::Delegate {
|
||||
|
||||
// Show the popup window with correct parent and bounds in parent coordinates.
|
||||
virtual void ShowPopup(ClientWindowHandle parent_handle,
|
||||
int x, int y, size_t width, size_t height) = 0;
|
||||
int x,
|
||||
int y,
|
||||
size_t width,
|
||||
size_t height) = 0;
|
||||
|
||||
// Show the window.
|
||||
virtual void Show() = 0;
|
||||
|
Reference in New Issue
Block a user