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:
@ -17,7 +17,10 @@ class WindowTestRunnerGtk : public WindowTestRunner {
|
||||
WindowTestRunnerGtk();
|
||||
|
||||
void SetPos(CefRefPtr<CefBrowser> browser,
|
||||
int x, int y, int width, int height) OVERRIDE;
|
||||
int x,
|
||||
int y,
|
||||
int width,
|
||||
int height) OVERRIDE;
|
||||
void Minimize(CefRefPtr<CefBrowser> browser) OVERRIDE;
|
||||
void Maximize(CefRefPtr<CefBrowser> browser) OVERRIDE;
|
||||
void Restore(CefRefPtr<CefBrowser> browser) OVERRIDE;
|
||||
|
Reference in New Issue
Block a user