Update to Chromium revision d7d5682a (#367535)

This commit is contained in:
Marshall Greenblatt
2016-01-06 14:20:54 -05:00
parent 12f19e3a33
commit d2372c3d11
131 changed files with 1914 additions and 575 deletions

View File

@@ -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