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

Unified Diff: ui/ozone/platform/drm/gpu/gbm_device.h

Issue 1147553003: ozone: Add atomic initialization path (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove flag for now Created 5 years, 7 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/drm/gpu/gbm_device.h
diff --git a/ui/ozone/platform/drm/gpu/gbm_device.h b/ui/ozone/platform/drm/gpu/gbm_device.h
index a199572369a796ceeb8e86e9440aa11ffe842fd5..bf68ef83b23fe25e20dc128240648ab16f8785db 100644
--- a/ui/ozone/platform/drm/gpu/gbm_device.h
+++ b/ui/ozone/platform/drm/gpu/gbm_device.h
@@ -19,7 +19,7 @@ class GbmDevice : public DrmDevice {
gbm_device* device() const { return device_; }
// DrmDevice implementation:
- bool Initialize() override;
+ bool Initialize(bool use_atomic) override;
private:
~GbmDevice() override;

Powered by Google App Engine
This is Rietveld 408576698