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

Unified Diff: ui/ozone/platform/dri/ozone_platform_dri.cc

Issue 856423002: [Ozone-Dri] Decouple the IO helper thread from DriWrapper (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gbm-wrapper
Patch Set: . Created 5 years, 11 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/gbm_wrapper.cc ('k') | ui/ozone/platform/dri/ozone_platform_gbm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/dri/ozone_platform_dri.cc
diff --git a/ui/ozone/platform/dri/ozone_platform_dri.cc b/ui/ozone/platform/dri/ozone_platform_dri.cc
index a91ea1fa9fcb0f1a993e474d0bfb4f5b5189992b..066ede2b2c8d56f0b6e1ea73a09277b7397e8678 100644
--- a/ui/ozone/platform/dri/ozone_platform_dri.cc
+++ b/ui/ozone/platform/dri/ozone_platform_dri.cc
@@ -47,7 +47,7 @@ const char kDefaultGraphicsCardPath[] = "/dev/dri/card0";
class OzonePlatformDri : public OzonePlatform {
public:
OzonePlatformDri()
- : dri_(new DriWrapper(kDefaultGraphicsCardPath, true)),
+ : dri_(new DriWrapper(kDefaultGraphicsCardPath)),
buffer_generator_(new DriBufferGenerator()),
screen_manager_(new ScreenManager(dri_.get(), buffer_generator_.get())),
device_manager_(CreateDeviceManager()) {}
« no previous file with comments | « ui/ozone/platform/dri/gbm_wrapper.cc ('k') | ui/ozone/platform/dri/ozone_platform_gbm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698