Chromium Code Reviews

Unified Diff: content/browser/web_contents/web_contents_view_mac.h

Issue 869563003: [Mac] Allow vibrancy & transparency on WebContentsView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: content/browser/web_contents/web_contents_view_mac.h
diff --git a/content/browser/web_contents/web_contents_view_mac.h b/content/browser/web_contents/web_contents_view_mac.h
index aa279bc8546322228a3d0cb1f0831700517be3bc..d116d7d2a3361bfdd8940b64b9a7114decf0b873 100644
--- a/content/browser/web_contents/web_contents_view_mac.h
+++ b/content/browser/web_contents/web_contents_view_mac.h
@@ -45,6 +45,7 @@ CONTENT_EXPORT
}
- (void)setMouseDownCanMoveWindow:(BOOL)canMove;
+- (void)setOpaque:(BOOL)opaque;
// Expose this, since sometimes one needs both the NSView and the
// WebContentsImpl.

Powered by Google App Engine