mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision d7d5682a (#367535)
This commit is contained in:
@@ -4,11 +4,13 @@
|
||||
|
||||
#include "libcef/browser/osr/browser_platform_delegate_osr_linux.h"
|
||||
|
||||
#include <utility>
|
||||
|
||||
#include "libcef/browser/browser_host_impl.h"
|
||||
|
||||
CefBrowserPlatformDelegateOsrLinux::CefBrowserPlatformDelegateOsrLinux(
|
||||
scoped_ptr<CefBrowserPlatformDelegateNative> native_delegate)
|
||||
: CefBrowserPlatformDelegateOsr(native_delegate.Pass()) {
|
||||
: CefBrowserPlatformDelegateOsr(std::move(native_delegate)) {
|
||||
}
|
||||
|
||||
CefWindowHandle
|
||||
|
Reference in New Issue
Block a user