mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Merge revision 1285 changes:
- Force flash and silverlight plugins to windowless mode when using off-screen rendering (issue #518). git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1453@1286 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@ -260,10 +260,12 @@ bool CefBrowserImpl::SendProcessMessage(CefProcessId target_process,
|
||||
|
||||
CefBrowserImpl::CefBrowserImpl(content::RenderView* render_view,
|
||||
int browser_id,
|
||||
bool is_popup)
|
||||
bool is_popup,
|
||||
bool is_window_rendering_disabled)
|
||||
: content::RenderViewObserver(render_view),
|
||||
browser_id_(browser_id),
|
||||
is_popup_(is_popup),
|
||||
is_window_rendering_disabled_(is_window_rendering_disabled),
|
||||
last_focused_frame_id_(kInvalidFrameId) {
|
||||
response_manager_.reset(new CefResponseManager);
|
||||
}
|
||||
|
Reference in New Issue
Block a user