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

Unified Diff: ui/ozone/platform/dri/gbm_wrapper.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.h ('k') | ui/ozone/platform/dri/ozone_platform_dri.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/dri/gbm_wrapper.cc
diff --git a/ui/ozone/platform/dri/gbm_wrapper.cc b/ui/ozone/platform/dri/gbm_wrapper.cc
index 73de7d90538ae07e68ceb253342799f6b9990e93..4b1298f6f92a08a281cec680a7718effe43595cc 100644
--- a/ui/ozone/platform/dri/gbm_wrapper.cc
+++ b/ui/ozone/platform/dri/gbm_wrapper.cc
@@ -8,8 +8,8 @@
namespace ui {
-GbmWrapper::GbmWrapper(const char* device_path, bool use_sync_flips)
- : DriWrapper(device_path, use_sync_flips), device_(nullptr) {
+GbmWrapper::GbmWrapper(const char* device_path)
+ : DriWrapper(device_path), device_(nullptr) {
}
GbmWrapper::~GbmWrapper() {
« no previous file with comments | « ui/ozone/platform/dri/gbm_wrapper.h ('k') | ui/ozone/platform/dri/ozone_platform_dri.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698