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

Unified Diff: trunk/src/ui/ozone/public/surface_factory_ozone.h

Issue 447073004: Revert 288137 "With the overlay path moving back to passing Acce..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 4 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: trunk/src/ui/ozone/public/surface_factory_ozone.h
===================================================================
--- trunk/src/ui/ozone/public/surface_factory_ozone.h (revision 288142)
+++ trunk/src/ui/ozone/public/surface_factory_ozone.h (working copy)
@@ -119,24 +119,6 @@
gfx::Size size,
BufferFormat format);
- // Sets the overlay plane to switch to at the next page flip.
- // |w| specifies the screen to display this overlay plane on.
- // |plane_z_order| specifies the stacking order of the plane relative to the
- // main framebuffer located at index 0.
- // |plane_transform| specifies how the buffer is to be transformed during.
- // composition.
- // |buffer| to be presented by the overlay.
- // |display_bounds| specify where it is supposed to be on the screen.
- // |crop_rect| specifies the region within the buffer to be placed
- // inside |display_bounds|. This is specified in texture coordinates, in the
- // range of [0,1].
- virtual bool ScheduleOverlayPlane(gfx::AcceleratedWidget widget,
- int plane_z_order,
- gfx::OverlayTransform plane_transform,
- scoped_refptr<NativePixmap> buffer,
- const gfx::Rect& display_bounds,
- const gfx::RectF& crop_rect);
-
// Returns true if overlays can be shown at z-index 0, replacing the main
// surface. Combined with surfaceless extensions, it allows for an
// overlay-only mode.
« no previous file with comments | « trunk/src/ui/ozone/platform/egltest/ozone_platform_egltest.cc ('k') | trunk/src/ui/ozone/public/surface_factory_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698