| Index: content/browser/web_contents/web_contents_view_mac.h
|
| diff --git a/content/browser/web_contents/web_contents_view_mac.h b/content/browser/web_contents/web_contents_view_mac.h
|
| index 53888b0718edb3e0bf63f18482c2a811ed8c6352..40715756163465fe95831c96cc34df5361ab0dc8 100644
|
| --- a/content/browser/web_contents/web_contents_view_mac.h
|
| +++ b/content/browser/web_contents/web_contents_view_mac.h
|
| @@ -79,6 +79,7 @@ class WebContentsViewMac : public WebContentsViewPort,
|
| virtual WebDropData* GetDropData() const OVERRIDE;
|
| virtual gfx::Rect GetViewBounds() const OVERRIDE;
|
| virtual void SetAllowOverlappingViews(bool overlapping) OVERRIDE;
|
| + virtual bool GetAllowOverlappingViews() const OVERRIDE;
|
|
|
| // WebContentsViewPort implementation ----------------------------------------
|
| virtual void CreateView(
|
|
|