Index: content/browser/web_contents/web_contents_view_guest.cc |
diff --git a/content/browser/web_contents/web_contents_view_guest.cc b/content/browser/web_contents/web_contents_view_guest.cc |
index 6127e4348b5630448f1b1d8ab28e7e454fb947c2..f467521c1d8316256a08a2def0b9dcfcf31f2e3c 100644 |
--- a/content/browser/web_contents/web_contents_view_guest.cc |
+++ b/content/browser/web_contents/web_contents_view_guest.cc |
@@ -75,6 +75,10 @@ gfx::Rect WebContentsViewGuest::GetViewBounds() const { |
void WebContentsViewGuest::SetAllowOverlappingViews(bool overlapping) { |
platform_view_->SetAllowOverlappingViews(overlapping); |
} |
+ |
+bool WebContentsViewGuest::GetAllowOverlappingViews() const { |
+ return platform_view_->GetAllowOverlappingViews(); |
+} |
#endif |
void WebContentsViewGuest::CreateView(const gfx::Size& initial_size, |