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

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

Issue 2613493002: Fix namespace for src/ui/display/. (Closed)
Patch Set: Rebase. Created 3 years, 11 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/ozone/platform/drm/gpu/drm_thread.cc ('k') | ui/ozone/platform/drm/gpu/drm_thread_message_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/drm/gpu/drm_thread_message_proxy.h
diff --git a/ui/ozone/platform/drm/gpu/drm_thread_message_proxy.h b/ui/ozone/platform/drm/gpu/drm_thread_message_proxy.h
index de5a5b0a6f19fdfd456847bea311bcf29fbeb45d..0c6730eef0a354fc92bb2f9c8fd2deb89dac7340 100644
--- a/ui/ozone/platform/drm/gpu/drm_thread_message_proxy.h
+++ b/ui/ozone/platform/drm/gpu/drm_thread_message_proxy.h
@@ -72,11 +72,12 @@ class DrmThreadMessageProxy : public IPC::MessageFilter,
const base::FileDescriptor& fd);
void OnRemoveGraphicsDevice(const base::FilePath& path);
void OnGetHDCPState(int64_t display_id);
- void OnSetHDCPState(int64_t display_id, HDCPState state);
- void OnSetColorCorrection(int64_t id,
- const std::vector<GammaRampRGBEntry>& degamma_lut,
- const std::vector<GammaRampRGBEntry>& gamma_lut,
- const std::vector<float>& correction_matrix);
+ void OnSetHDCPState(int64_t display_id, display::HDCPState state);
+ void OnSetColorCorrection(
+ int64_t id,
+ const std::vector<display::GammaRampRGBEntry>& degamma_lut,
+ const std::vector<display::GammaRampRGBEntry>& gamma_lut,
+ const std::vector<float>& correction_matrix);
void OnCheckOverlayCapabilitiesCallback(
gfx::AcceleratedWidget widget,
@@ -89,7 +90,7 @@ class DrmThreadMessageProxy : public IPC::MessageFilter,
void OnRelinquishDisplayControlCallback(bool success) const;
void OnGetHDCPStateCallback(int64_t display_id,
bool success,
- HDCPState state) const;
+ display::HDCPState state) const;
void OnSetHDCPStateCallback(int64_t display_id, bool success) const;
DrmThread* drm_thread_;
« no previous file with comments | « ui/ozone/platform/drm/gpu/drm_thread.cc ('k') | ui/ozone/platform/drm/gpu/drm_thread_message_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698