Skip to content
Snippets Groups Projects
Commit e821abe4 authored by Sergey Linev's avatar Sergey Linev Committed by Bertrand Bellenot
Browse files

webgui: clang-format

parent 2897eab6
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,6 @@ bool OsrHandler::OnConsoleMessage(CefRefPtr<CefBrowser> browser, const CefString
return true;
}
bool OsrHandler::GetRootScreenRect(CefRefPtr<CefBrowser> browser, CefRect &rect)
{
CEF_REQUIRE_UI_THREAD();
......
......@@ -34,7 +34,7 @@ public:
virtual void OnBeforeChildProcessLaunch(CefRefPtr<CefCommandLine> command_line) OVERRIDE;
// CefRenderProcessHandler methods
//virtual void OnContextCreated(CefRefPtr<CefBrowser> browser, CefRefPtr<CefFrame> frame,
// virtual void OnContextCreated(CefRefPtr<CefBrowser> browser, CefRefPtr<CefFrame> frame,
// CefRefPtr<CefV8Context> context) OVERRIDE;
private:
......@@ -43,5 +43,4 @@ private:
DISALLOW_COPY_AND_ASSIGN(SimpleApp);
};
#endif // CEF_TESTS_CEFSIMPLE_SIMPLE_APP_H_
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment