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 e6ac6149223664cd23bd88e086338b91efc3e596..0370740cbbbac91bd7c9d27d4a98abbeee47968d 100644 |
--- a/content/test/test_web_contents_view.h |
+++ b/content/test/test_web_contents_view.h |
@@ -58,6 +58,9 @@ class TestWebContentsView : public WebContentsView, |
virtual bool IsEventTracking() const OVERRIDE; |
virtual void CloseTabAfterEventTracking() OVERRIDE; |
virtual gfx::Rect GetViewBounds() const OVERRIDE; |
+#if defined(OS_MACOSX) |
+ virtual void SetAllowOverlappingViews(bool overlapping) OVERRIDE; |
+#endif |
private: |
DISALLOW_COPY_AND_ASSIGN(TestWebContentsView); |