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

Unified Diff: ui/ozone/platform/dri/dri.gypi

Issue 409793007: Add plane manager to the atomic swap path. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
Index: ui/ozone/platform/dri/dri.gypi
diff --git a/ui/ozone/platform/dri/dri.gypi b/ui/ozone/platform/dri/dri.gypi
index cc25a506394e7a2c2bf685cf7395cee15cb473cf..424b7ff400b8d1275c1e459b4364c99c187a86c1 100644
--- a/ui/ozone/platform/dri/dri.gypi
+++ b/ui/ozone/platform/dri/dri.gypi
@@ -74,7 +74,9 @@
['use_drm_atomic_flip==1', {
'sources': [
'hardware_display_plane.cc',
- 'hardware_display_plane.h',
+ 'hardware_display_plane.h',
+ 'hardware_display_plane_manager.cc',
+ 'hardware_display_plane_manager.h',
],
}],
],
« no previous file with comments | « no previous file | ui/ozone/platform/dri/hardware_display_plane.h » ('j') | ui/ozone/platform/dri/hardware_display_plane_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698