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

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

Issue 611423002: [WIP][Ozone] Support external touchscreens (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ozone-touchscreen
Patch Set: . Created 6 years, 2 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/dri_window.cc ('k') | ui/ozone/platform/dri/native_display_delegate_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/dri/native_display_delegate_proxy.h
diff --git a/ui/ozone/platform/dri/native_display_delegate_proxy.h b/ui/ozone/platform/dri/native_display_delegate_proxy.h
index 2dcf0e1723dd3195ce158af69d2ac2441d3110d0..31367542ac5656604d5502d5b48c3f678f2479c4 100644
--- a/ui/ozone/platform/dri/native_display_delegate_proxy.h
+++ b/ui/ozone/platform/dri/native_display_delegate_proxy.h
@@ -15,6 +15,7 @@
namespace ui {
class DeviceManager;
+class DisplayManager;
class DriGpuPlatformSupportHost;
struct DisplaySnapshot_Params;
@@ -24,7 +25,8 @@ class NativeDisplayDelegateProxy : public NativeDisplayDelegate,
public GpuPlatformSupportHost {
public:
NativeDisplayDelegateProxy(DriGpuPlatformSupportHost* proxy,
- DeviceManager* device_manager);
+ DeviceManager* device_manager,
+ DisplayManager* display_manager);
virtual ~NativeDisplayDelegateProxy();
// NativeDisplayDelegate overrides:
@@ -70,6 +72,8 @@ class NativeDisplayDelegateProxy : public NativeDisplayDelegate,
DriGpuPlatformSupportHost* proxy_; // Not owned.
DeviceManager* device_manager_; // Not owned.
+ DisplayManager* display_manager_; // Not owned.
+
ScopedVector<DisplaySnapshot> displays_;
ObserverList<NativeDisplayObserver> observers_;
« no previous file with comments | « ui/ozone/platform/dri/dri_window.cc ('k') | ui/ozone/platform/dri/native_display_delegate_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698