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

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

Issue 1028563003: Load and apply a vcgt table from an ICC file to the internal display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix incorrect error message display 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 e4354d265f32d37c377d315157758ea28c168e1f..e172fecb323886905610bc1b35c48d0c3e9d70f5 100644
--- a/ui/ozone/platform/drm/test/mock_drm_device.h
+++ b/ui/ozone/platform/drm/test/mock_drm_device.h
@@ -103,6 +103,11 @@ class MockDrmDevice : public ui::DrmDevice {
bool CommitProperties(drmModePropertySet* properties,
uint32_t flags,
const PageFlipCallback& callback) override;
+ bool SetGammaRamp(uint32_t crtc_id,
+ uint32_t size,
+ uint16_t* r,
+ uint16_t* g,
+ uint16_t* b) override;
private:
~MockDrmDevice() override;

Powered by Google App Engine
This is Rietveld 408576698