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

Unified Diff: ui/display/chromeos/update_display_configuration_task.h

Issue 1019623002: Remove DisplayState from the public interface for DisplayConfigurator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated 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
« no previous file with comments | « ui/display/chromeos/display_util.cc ('k') | ui/display/chromeos/update_display_configuration_task.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/chromeos/update_display_configuration_task.h
diff --git a/ui/display/chromeos/update_display_configuration_task.h b/ui/display/chromeos/update_display_configuration_task.h
index 868f76fce50b0623ee3847b572ed2d0d06e6470e..c6447db57bf028b9314de2904427a728651074d4 100644
--- a/ui/display/chromeos/update_display_configuration_task.h
+++ b/ui/display/chromeos/update_display_configuration_task.h
@@ -20,7 +20,7 @@ class DISPLAY_EXPORT UpdateDisplayConfigurationTask {
public:
typedef base::Callback<void(
bool /* success */,
- const std::vector<DisplayConfigurator::DisplayState>& /* displays */,
+ const std::vector<DisplaySnapshot*>& /* displays */,
const gfx::Size& /* framebuffer_size */,
MultipleDisplayState /* new_display_state */,
chromeos::DisplayPowerState /* new_power_state */)> ResponseCallback;
@@ -91,7 +91,7 @@ class DISPLAY_EXPORT UpdateDisplayConfigurationTask {
bool force_dpms_;
// List of updated displays.
- std::vector<DisplayConfigurator::DisplayState> cached_displays_;
+ std::vector<DisplaySnapshot*> cached_displays_;
gfx::Size framebuffer_size_;
« no previous file with comments | « ui/display/chromeos/display_util.cc ('k') | ui/display/chromeos/update_display_configuration_task.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698