Index: content/public/browser/web_contents_view.h |
diff --git a/content/public/browser/web_contents_view.h b/content/public/browser/web_contents_view.h |
index d0a7309145a1f24196e12a1355bebbb880567a48..a2b8cb2d6bd6454ea6bc572b81cb876ac884a7f6 100644 |
--- a/content/public/browser/web_contents_view.h |
+++ b/content/public/browser/web_contents_view.h |
@@ -90,6 +90,9 @@ class CONTENT_EXPORT WebContentsView { |
// before it draws for the first time. After the first draw, do not change |
// this setting. |
virtual void SetAllowOverlappingViews(bool overlapping) = 0; |
+ |
+ // Returns true if overlapping views are allowed, false otherwise. |
+ virtual bool GetAllowOverlappingViews() const = 0; |
#endif |
}; |