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

Unified Diff: ui/display/types/native_display_delegate.h

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
« no previous file with comments | « ui/display/types/gamma_ramp_rgb_entry.h ('k') | ui/ozone/common/gpu/ozone_gpu_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/types/native_display_delegate.h
diff --git a/ui/display/types/native_display_delegate.h b/ui/display/types/native_display_delegate.h
index d37083d134d95f1fc6f2976a1fd89ebaed197a09..98aef267bb87486a3673f89432b4bafc8f3b6c93 100644
--- a/ui/display/types/native_display_delegate.h
+++ b/ui/display/types/native_display_delegate.h
@@ -23,8 +23,6 @@
class DisplaySnapshot;
class NativeDisplayObserver;
-
-struct GammaRampRGBEntry;
typedef base::Callback<void(const std::vector<ui::DisplaySnapshot*>&)>
GetDisplaysCallback;
@@ -105,10 +103,6 @@
const ui::DisplaySnapshot& output,
ui::ColorCalibrationProfile new_profile) = 0;
- // Set the gamma ramp for the display.
- virtual bool SetGammaRamp(const ui::DisplaySnapshot& output,
- const std::vector<GammaRampRGBEntry>& lut) = 0;
-
virtual void AddObserver(NativeDisplayObserver* observer) = 0;
virtual void RemoveObserver(NativeDisplayObserver* observer) = 0;
« no previous file with comments | « ui/display/types/gamma_ramp_rgb_entry.h ('k') | ui/ozone/common/gpu/ozone_gpu_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698