mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 33.0.1750.170.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1750@1642 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -16,5 +16,5 @@
|
|||||||
# http://dev.chromium.org/developers/how-tos/get-the-code
|
# http://dev.chromium.org/developers/how-tos/get-the-code
|
||||||
|
|
||||||
{
|
{
|
||||||
'release_url': 'http://src.chromium.org/svn/releases/33.0.1750.117',
|
'release_url': 'http://src.chromium.org/svn/releases/33.0.1750.170',
|
||||||
}
|
}
|
||||||
|
@@ -675,7 +675,7 @@ double CefBrowserHostImpl::GetZoomLevel() {
|
|||||||
void CefBrowserHostImpl::SetZoomLevel(double zoomLevel) {
|
void CefBrowserHostImpl::SetZoomLevel(double zoomLevel) {
|
||||||
if (CEF_CURRENTLY_ON_UIT()) {
|
if (CEF_CURRENTLY_ON_UIT()) {
|
||||||
if (web_contents_.get() && web_contents_->GetRenderViewHost())
|
if (web_contents_.get() && web_contents_->GetRenderViewHost())
|
||||||
web_contents_->GetRenderViewHost()->SetZoomLevel(zoomLevel);
|
web_contents_->SetZoomLevel(zoomLevel);
|
||||||
} else {
|
} else {
|
||||||
CEF_POST_TASK(CEF_UIT,
|
CEF_POST_TASK(CEF_UIT,
|
||||||
base::Bind(&CefBrowserHostImpl::SetZoomLevel, this, zoomLevel));
|
base::Bind(&CefBrowserHostImpl::SetZoomLevel, this, zoomLevel));
|
||||||
|
Reference in New Issue
Block a user