| Index: content/test/test_web_contents_view.h
|
| diff --git a/content/test/test_web_contents_view.h b/content/test/test_web_contents_view.h
|
| index 84cc5d62e434a7d2317162e044929eb2554c602a..c9ba9af69ba56d1aefa72e9c6f06aa2f5e0fabf8 100644
|
| --- a/content/test/test_web_contents_view.h
|
| +++ b/content/test/test_web_contents_view.h
|
| @@ -52,6 +52,7 @@ class TestWebContentsView : public WebContentsViewPort,
|
| virtual gfx::Rect GetViewBounds() const OVERRIDE;
|
| #if defined(OS_MACOSX)
|
| virtual void SetAllowOverlappingViews(bool overlapping) OVERRIDE;
|
| + virtual bool GetAllowOverlappingViews() const OVERRIDE;
|
| #endif
|
|
|
| // WebContentsViewPort:
|
|
|