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

Unified Diff: ui/ozone/platform/dri/screen_manager.h

Issue 393233005: [Ozone-DRI] Convert HardwareDisplayController to use scanout buffers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 5 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
« no previous file with comments | « ui/ozone/platform/dri/ozone_platform_gbm.cc ('k') | ui/ozone/platform/dri/screen_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/dri/screen_manager.h
diff --git a/ui/ozone/platform/dri/screen_manager.h b/ui/ozone/platform/dri/screen_manager.h
index 085d32469fb57f6b44ce798af16bd327086a15c2..9cbc557d22889903055d9202c69b7f3b8afaa567 100644
--- a/ui/ozone/platform/dri/screen_manager.h
+++ b/ui/ozone/platform/dri/screen_manager.h
@@ -23,12 +23,12 @@ class Size;
namespace ui {
class DriWrapper;
-class ScanoutSurfaceGenerator;
+class ScanoutBufferGenerator;
// Responsible for keeping track of active displays and configuring them.
class ScreenManager {
public:
- ScreenManager(DriWrapper* dri, ScanoutSurfaceGenerator* surface_generator);
+ ScreenManager(DriWrapper* dri, ScanoutBufferGenerator* surface_generator);
virtual ~ScreenManager();
// Remove a display controller from the list of active controllers. The
@@ -70,7 +70,7 @@ class ScreenManager {
virtual void ForceInitializationOfPrimaryDisplay();
DriWrapper* dri_; // Not owned.
- ScanoutSurfaceGenerator* surface_generator_; // Not owned.
+ ScanoutBufferGenerator* buffer_generator_; // Not owned.
// Mapping between an accelerated widget and an active display.
HardwareDisplayControllerMap controllers_;
gfx::AcceleratedWidget last_added_widget_;
« no previous file with comments | « ui/ozone/platform/dri/ozone_platform_gbm.cc ('k') | ui/ozone/platform/dri/screen_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698