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

Unified Diff: ui/ozone/platform/drm/host/drm_native_display_delegate.cc

Issue 1118373006: Revert of 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: 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/host/drm_native_display_delegate.cc
diff --git a/ui/ozone/platform/drm/host/drm_native_display_delegate.cc b/ui/ozone/platform/drm/host/drm_native_display_delegate.cc
index fffa9ca864bcb0bfa3be0c37fa408111e2801a47..b2001657e974d495e3b1a2965cf1a21af9171883 100644
--- a/ui/ozone/platform/drm/host/drm_native_display_delegate.cc
+++ b/ui/ozone/platform/drm/host/drm_native_display_delegate.cc
@@ -241,13 +241,6 @@
ColorCalibrationProfile new_profile) {
NOTIMPLEMENTED();
return false;
-}
-
-bool DrmNativeDisplayDelegate::SetGammaRamp(
- const ui::DisplaySnapshot& output,
- const std::vector<GammaRampRGBEntry>& lut) {
- proxy_->Send(new OzoneGpuMsg_SetGammaRamp(output.display_id(), lut));
- return true;
}
void DrmNativeDisplayDelegate::AddObserver(NativeDisplayObserver* observer) {
« no previous file with comments | « ui/ozone/platform/drm/host/drm_native_display_delegate.h ('k') | ui/ozone/platform/drm/test/mock_drm_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698