Index: content/test/test_web_contents_view.cc |
diff --git a/content/test/test_web_contents_view.cc b/content/test/test_web_contents_view.cc |
index 49250b0c8b9c59d7c258628d8517fd6ca4a6e1fa..8fc3c92c7a7a030317a84116b9bc75d9120cf1c9 100644 |
--- a/content/test/test_web_contents_view.cc |
+++ b/content/test/test_web_contents_view.cc |
@@ -87,6 +87,10 @@ gfx::Rect TestWebContentsView::GetViewBounds() const { |
#if defined(OS_MACOSX) |
void TestWebContentsView::SetAllowOverlappingViews(bool overlapping) { |
} |
+ |
+bool TestWebContentsView::GetAllowOverlappingViews() const { |
+ return false; |
+} |
#endif |
void TestWebContentsView::CreateView(const gfx::Size& initial_size, |