mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 73.0.3665.0 (#620590)
This commit is contained in:
committed by
Marshall Greenblatt
parent
10916749d6
commit
1a86240c93
@@ -31,10 +31,10 @@ namespace {
|
||||
|
||||
#if defined(OS_WIN)
|
||||
|
||||
class GLImageDXGISharedHandle : public gl::GLImageDXGIBase {
|
||||
class GLImageDXGISharedHandle : public gl::GLImageDXGI {
|
||||
public:
|
||||
GLImageDXGISharedHandle(const gfx::Size& size)
|
||||
: GLImageDXGIBase(size),
|
||||
: GLImageDXGI(size, nullptr),
|
||||
handle_((HANDLE)0),
|
||||
surface_(EGL_NO_SURFACE),
|
||||
texture_id_(0) {}
|
||||
|
Reference in New Issue
Block a user