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

Unified Diff: content/browser/renderer_host/compositing_iosurface_mac.h

Issue 11418244: Order the GL overlays above windows if possible. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missed a class 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/renderer_host/compositing_iosurface_mac.h
diff --git a/content/browser/renderer_host/compositing_iosurface_mac.h b/content/browser/renderer_host/compositing_iosurface_mac.h
index 323ab75487d2ded0a50e6cf513f93b701ff2ffea..06ef58bcc54b2d0c74bb94a9e390cb7d3438ee20 100644
--- a/content/browser/renderer_host/compositing_iosurface_mac.h
+++ b/content/browser/renderer_host/compositing_iosurface_mac.h
@@ -32,8 +32,9 @@ namespace content {
// RenderWidgetHostViewCocoa for blitting the IOSurface.
class CompositingIOSurfaceMac {
public:
- // Returns NULL if IOSurface support is missing or GL APIs fail.
- static CompositingIOSurfaceMac* Create();
+ // Returns NULL if IOSurface support is missing or GL APIs fail. Pass |true|
+ // to |below_window| if the surface should be ordered below the window.
+ static CompositingIOSurfaceMac* Create(bool below_window);
Nico 2012/11/29 22:23:13 nit: enum parameters read better at the calling si
Avi (use Gerrit) 2012/11/30 04:06:02 Done.
~CompositingIOSurfaceMac();
// Set IOSurface that will be drawn on the next NSView drawRect.

Powered by Google App Engine
This is Rietveld 408576698