| Index: ash/display/display_change_observer_chromeos.h
|
| diff --git a/ash/display/display_change_observer_chromeos.h b/ash/display/display_change_observer_chromeos.h
|
| index c75c00be4dad37f3d36455dfa602a6259ad2f445..828f1fa3ce311a61ffa3f9e726b8b8df25f55ad1 100644
|
| --- a/ash/display/display_change_observer_chromeos.h
|
| +++ b/ash/display/display_change_observer_chromeos.h
|
| @@ -34,7 +34,8 @@ class DisplayChangeObserver
|
| const std::vector<int64>& outputs) const OVERRIDE;
|
| virtual bool GetResolutionForDisplayId(int64 display_id,
|
| int* width,
|
| - int* height) const OVERRIDE;
|
| + int* height,
|
| + float* refresh_rate) const OVERRIDE;
|
|
|
| // Overriden from chromeos::OutputConfigurator::Observer:
|
| virtual void OnDisplayModeChanged(
|
|
|