Index: chrome/browser/ui/cocoa/find_bar/find_bar_view.mm |
=================================================================== |
--- chrome/browser/ui/cocoa/find_bar/find_bar_view.mm (revision 95630) |
+++ chrome/browser/ui/cocoa/find_bar/find_bar_view.mm (working copy) |
@@ -64,8 +64,8 @@ |
controlPoint2:NSMakePoint(midRight2.x, topLeft.y)]; |
{ |
- gfx::ScopedNSGraphicsContextSaveGState scopedGState; |
NSGraphicsContext* context = [NSGraphicsContext currentContext]; |
+ gfx::ScopedNSGraphicsContextSaveGState scopedGState(context); |
[path addClip]; |
// Set the pattern phase |