From 361dbc0785de9dcb156049e69f7ab00c0ddbad6f Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Fri, 2 Aug 2013 16:40:45 +0000 Subject: [PATCH] Update to Chromium version 29.0.1547.41. git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1353 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- CHROMIUM_BUILD_COMPATIBILITY.txt | 2 +- patch/patches/renderer_host_1026.patch | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHROMIUM_BUILD_COMPATIBILITY.txt b/CHROMIUM_BUILD_COMPATIBILITY.txt index 1d08d07bd..c8229d4a0 100644 --- a/CHROMIUM_BUILD_COMPATIBILITY.txt +++ b/CHROMIUM_BUILD_COMPATIBILITY.txt @@ -16,5 +16,5 @@ # http://dev.chromium.org/developers/how-tos/get-the-code { - 'release_url': 'http://src.chromium.org/svn/releases/29.0.1547.22', + 'release_url': 'http://src.chromium.org/svn/releases/29.0.1547.41', } diff --git a/patch/patches/renderer_host_1026.patch b/patch/patches/renderer_host_1026.patch index 6c72648f0..f096ecadb 100644 --- a/patch/patches/renderer_host_1026.patch +++ b/patch/patches/renderer_host_1026.patch @@ -1,6 +1,6 @@ Index: render_widget_host_view_mac.mm =================================================================== ---- render_widget_host_view_mac.mm (revision 211613) +--- render_widget_host_view_mac.mm (revision 214871) +++ render_widget_host_view_mac.mm (working copy) @@ -4,6 +4,7 @@ @@ -40,7 +40,7 @@ Index: render_widget_host_view_mac.mm static float ScaleFactor(NSView* view) { return ui::GetScaleFactorScale(ui::GetScaleFactorForNativeView(view)); } -@@ -2380,13 +2404,21 @@ +@@ -2395,13 +2419,21 @@ NSNotificationCenter* notificationCenter = [NSNotificationCenter defaultCenter]; @@ -66,7 +66,7 @@ Index: render_widget_host_view_mac.mm name:NSWindowDidMoveNotification object:oldWindow]; [notificationCenter -@@ -2395,13 +2427,15 @@ +@@ -2410,13 +2442,15 @@ object:oldWindow]; } if (newWindow) {