MCPcopy Create free account
hub / github.com/CasparCG/server / GetRenderProcessHandler

Method GetRenderProcessHandler

src/modules/html/html.cpp:113–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 }
112
113 CefRefPtr<CefRenderProcessHandler> GetRenderProcessHandler() override { return this; }
114
115 void
116 OnContextCreated(CefRefPtr<CefBrowser> browser, CefRefPtr<CefFrame> frame, CefRefPtr<CefV8Context> context) override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected