- Code: Select all
In file included from ../../cef/libcef/browser/osr/render_widget_host_view_osr.h:18:
../../cef/libcef/browser/osr/host_display_client_osr.h:41:58: error: only virtual member functions can be marked 'override'
41 | void DidCompleteSwapWithNewSize(const gfx::Size& size) override;
| ^~~~~~~~
It seems like DidCompleteSwapWithNewSize is marked as override in host_display_client_osr.h, but the compiler is indicating that it is not actually overriding a virtual member function from the base class.
Any suggestions or guidance would be greatly appreciated as I am currently blocked by this build error. I do have to manually build libcef because I need to build with ozone support for headless browsing
This error occurs for both versions that I have tried building
121.3.13+g5c4a81b+chromium-121.0.6167.184
121.3.15+g4d3b0b4+chromium-121.0.6167.184