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

Unified Diff: chromeos/display/real_output_configurator_delegate.h

Issue 21297003: Add ability to set resolution on external display (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: adraddressed comment, adjusted test Created 7 years, 5 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 | « chromeos/display/output_util_unittest.cc ('k') | chromeos/display/real_output_configurator_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/display/real_output_configurator_delegate.h
diff --git a/chromeos/display/real_output_configurator_delegate.h b/chromeos/display/real_output_configurator_delegate.h
index ba0b248b6d2cc5a31a93774fb96865de3e022cdd..eeec2ab75b8f6607ebc25b810d966de2ebeb6616 100644
--- a/chromeos/display/real_output_configurator_delegate.h
+++ b/chromeos/display/real_output_configurator_delegate.h
@@ -37,7 +37,8 @@ class RealOutputConfiguratorDelegate : public OutputConfigurator::Delegate {
virtual void SyncWithServer() OVERRIDE;
virtual void SetBackgroundColor(uint32 color_argb) OVERRIDE;
virtual void ForceDPMSOn() OVERRIDE;
- virtual std::vector<OutputConfigurator::OutputSnapshot> GetOutputs() OVERRIDE;
+ virtual std::vector<OutputConfigurator::OutputSnapshot> GetOutputs(
+ const OutputConfigurator::StateController* state_controller) OVERRIDE;
virtual bool GetModeDetails(
RRMode mode,
int* width,
« no previous file with comments | « chromeos/display/output_util_unittest.cc ('k') | chromeos/display/real_output_configurator_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698