summaryrefslogtreecommitdiffstats
path: root/extra/chromium/issue1620003_1_2.diff
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-05-17 20:35:44 +0200
committertnut <thierryn1 at hispeed dot ch>2010-05-17 20:35:44 +0200
commita4ba9ce3fca338024f66308ba79e237957c82563 (patch)
tree6f2f11d214f9c7082b6a24b9e92e639e8a7e17d0 /extra/chromium/issue1620003_1_2.diff
parent8a33d03d574e507b3d04d422101ad223e88c7f74 (diff)
parent24a01c70312820ab7f0dd02c1fbb900811d6ce76 (diff)
downloadnutyx-pakxe-a4ba9ce3fca338024f66308ba79e237957c82563.tar.gz
nutyx-pakxe-a4ba9ce3fca338024f66308ba79e237957c82563.tar.bz2
nutyx-pakxe-a4ba9ce3fca338024f66308ba79e237957c82563.tar.xz
nutyx-pakxe-a4ba9ce3fca338024f66308ba79e237957c82563.zip
Merge commit 'lesibel/master'
Diffstat (limited to 'extra/chromium/issue1620003_1_2.diff')
-rw-r--r--extra/chromium/issue1620003_1_2.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/extra/chromium/issue1620003_1_2.diff b/extra/chromium/issue1620003_1_2.diff
new file mode 100644
index 000000000..fd1ebd1b8
--- /dev/null
+++ b/extra/chromium/issue1620003_1_2.diff
@@ -0,0 +1,13 @@
+Index: chrome/browser/cocoa/browser_frame_view.mm
+===================================================================
+--- chrome/browser/cocoa/browser_frame_view.mm (revision 43477)
++++ chrome/browser/cocoa/browser_frame_view.mm (working copy)
+@@ -243,7 +243,7 @@
+
+ [[NSGraphicsContext currentContext] setPatternPhase:phase];
+ [themeImageColor set];
+- NSRectFill(dirtyRect);
++ NSRectFillUsingOperation(dirtyRect, NSCompositeSourceOver);
+ themed = YES;
+ } else if (gradient) {
+ NSPoint startPoint = NSMakePoint(NSMinX(bounds), NSMaxY(bounds));