Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(616)

Unified Diff: content/browser/web_contents/web_contents_view_guest.cc

Issue 16632009: Set AllowOverlappingViews for history overlay (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix comment Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « content/browser/web_contents/web_contents_view_guest.h ('k') | content/browser/web_contents/web_contents_view_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698