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

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

Issue 947293002: [Ozone-Dri] Gracefully handle DRM devices with no resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make errors/warning to vlogs Created 5 years, 10 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/drm_device_generator.cc ('k') | ui/ozone/platform/dri/gbm_wrapper.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.h
diff --git a/ui/ozone/platform/dri/gbm_wrapper.h b/ui/ozone/platform/dri/gbm_wrapper.h
index 41b2b6a9498b85b8d9eb34e7c2e32768ffce67fd..3df255042bcf86c7888988bc72f3392c94e6a39c 100644
--- a/ui/ozone/platform/dri/gbm_wrapper.h
+++ b/ui/ozone/platform/dri/gbm_wrapper.h
@@ -19,7 +19,7 @@ class GbmWrapper : public DriWrapper {
gbm_device* device() const { return device_; }
// DriWrapper implementation:
- void Initialize() override;
+ bool Initialize() override;
private:
~GbmWrapper() override;
« no previous file with comments | « ui/ozone/platform/dri/drm_device_generator.cc ('k') | ui/ozone/platform/dri/gbm_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698