Index: chrome/browser/ui/cocoa/find_bar/find_bar_view.mm |
diff --git a/chrome/browser/ui/cocoa/find_bar/find_bar_view.mm b/chrome/browser/ui/cocoa/find_bar/find_bar_view.mm |
index dd9bd8b76b6eb54e9a7a949f8dee5203c357756a..523d090f67b21e0cde7241590f56ec34c06d8c5a 100644 |
--- a/chrome/browser/ui/cocoa/find_bar/find_bar_view.mm |
+++ b/chrome/browser/ui/cocoa/find_bar/find_bar_view.mm |
@@ -64,8 +64,8 @@ CGFloat kCurveSize = 8; |
controlPoint2:NSMakePoint(midRight2.x, topLeft.y)]; |
{ |
+ gfx::ScopedNSGraphicsContextSaveGState scopedGState; |
NSGraphicsContext* context = [NSGraphicsContext currentContext]; |
- gfx::ScopedNSGraphicsContextSaveGState scopedGState(context); |
[path addClip]; |
// Set the pattern phase |