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

Unified Diff: trunk/src/ui/ozone/platform/dri/hardware_display_controller.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/platform/dri/hardware_display_controller.h
===================================================================
--- trunk/src/ui/ozone/platform/dri/hardware_display_controller.h (revision 288142)
+++ trunk/src/ui/ozone/platform/dri/hardware_display_controller.h (working copy)
@@ -120,8 +120,6 @@
// Disables the CRTC.
void Disable();
- void QueueOverlayPlane(const OverlayPlane& plane);
-
// Schedules the |overlays|' framebuffers to be displayed on the next vsync
// event. The event will be posted on the graphics card file descriptor |fd_|
// and it can be read and processed by |drmHandleEvent|. That function can
@@ -138,7 +136,7 @@
// called again before the page flip occurrs.
//
// Returns true if the page flip was successfully registered, false otherwise.
- bool SchedulePageFlip();
+ bool SchedulePageFlip(const OverlayPlaneList& overlays);
// TODO(dnicoara) This should be on the MessageLoop when Ozone can have
// BeginFrame can be triggered explicitly by Ozone.
« no previous file with comments | « trunk/src/ui/ozone/platform/dri/gbm_surfaceless.cc ('k') | trunk/src/ui/ozone/platform/dri/hardware_display_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698