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

Unified Diff: ui/ozone/platform/drm/test/mock_drm_device.h

Issue 994503004: Preliminary atomic patch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/test/mock_drm_device.h
diff --git a/ui/ozone/platform/drm/test/mock_drm_device.h b/ui/ozone/platform/drm/test/mock_drm_device.h
index 3980bf7292f22379cf06c2241392a95a03994908..6946fd2af84d6cf71a7dc30f00cdbda93a9b0e9d 100644
--- a/ui/ozone/platform/drm/test/mock_drm_device.h
+++ b/ui/ozone/platform/drm/test/mock_drm_device.h
@@ -100,6 +100,9 @@ class MockDrmDevice : public ui::DrmDevice {
uint32_t handle,
uint32_t stride,
void* pixels) override;
+ bool CommitProperties(drmModePropertySet* properties,
+ uint32_t flags,
+ void* user_ptr) override;
private:
~MockDrmDevice() override;

Powered by Google App Engine
This is Rietveld 408576698