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

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

Issue 11418244: Order the GL overlays above windows if possible. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: oops, null check Created 8 years, 1 month 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 3f3b395a947214db14dcc24af6bd61b6165d3d25..b8a4afda316360567b5ba19bdda3ef3ccbf08b21 100644
--- a/content/browser/web_contents/web_contents_view_guest.cc
+++ b/content/browser/web_contents/web_contents_view_guest.cc
@@ -96,6 +96,12 @@ gfx::Rect WebContentsViewGuest::GetViewBounds() const {
return rect;
}
+#if defined(OS_MACOSX)
+void WebContentsViewGuest::SetAllowOverlappingViews(bool overlapping) {
+ NOTIMPLEMENTED();
+}
+#endif
+
WebContents* WebContentsViewGuest::web_contents() {
return web_contents_;
}
« 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