| Index: chrome/browser/cocoa/location_bar/ev_bubble_decoration.h
|
| diff --git a/chrome/browser/cocoa/location_bar/ev_bubble_decoration.h b/chrome/browser/cocoa/location_bar/ev_bubble_decoration.h
|
| index 0cdd960b634fdc161362e463346e212342c1582a..ecbdf1d6f17ee4df412033049e6bb30ba050fb90 100644
|
| --- a/chrome/browser/cocoa/location_bar/ev_bubble_decoration.h
|
| +++ b/chrome/browser/cocoa/location_bar/ev_bubble_decoration.h
|
| @@ -28,6 +28,9 @@ class EVBubbleDecoration : public BubbleDecoration {
|
| virtual bool IsDraggable();
|
| virtual NSPasteboard* GetDragPasteboard();
|
| virtual NSImage* GetDragImage();
|
| + virtual NSRect GetDragImageFrame(NSRect frame) {
|
| + return GetImageRectInFrame(frame);
|
| + }
|
| virtual bool OnMousePressed(NSRect frame);
|
| virtual bool AcceptsMousePress() { return true; }
|
|
|
|
|