Skip to content
Snippets Groups Projects
Commit 493a644c authored by Sergey Linev's avatar Sergey Linev
Browse files

webgui: small syntax changes in osr_handler

parent ba49bfb6
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,8 @@
class OsrHandler : public BaseHandler, public CefRenderHandler {
public:
explicit OsrHandler(THttpServer *serv = 0);
~OsrHandler();
explicit OsrHandler(THttpServer *serv = nullptr);
virtual ~OsrHandler() {}
// CefClient methods:
virtual CefRefPtr<CefRenderHandler> GetRenderHandler() OVERRIDE { return this; }
......
......@@ -26,10 +26,6 @@ OsrHandler::OsrHandler(THttpServer *serv) : BaseHandler(serv)
{
}
OsrHandler::~OsrHandler()
{
}
bool OsrHandler::GetRootScreenRect(CefRefPtr<CefBrowser> browser, CefRect &rect)
{
CEF_REQUIRE_UI_THREAD();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment