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

Unified Diff: trunk/src/ash/display/display_change_observer_chromeos.h

Issue 161743002: Revert 250798 "Revert of Read compositor VSync information from ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 10 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 | « no previous file | trunk/src/ash/display/display_change_observer_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ash/display/display_change_observer_chromeos.h
===================================================================
--- trunk/src/ash/display/display_change_observer_chromeos.h (revision 250808)
+++ trunk/src/ash/display/display_change_observer_chromeos.h (working copy)
@@ -13,7 +13,7 @@
namespace ash {
namespace internal {
-struct Resolution;
+struct DisplayMode;
// An object that observes changes in display configuration and
// update DisplayManagers.
@@ -23,7 +23,7 @@
public ShellObserver {
public:
// Returns the resolution list.
- ASH_EXPORT static std::vector<Resolution> GetResolutionList(
+ ASH_EXPORT static std::vector<DisplayMode> GetDisplayModeList(
const chromeos::OutputConfigurator::OutputSnapshot& output);
DisplayChangeObserver();
« no previous file with comments | « no previous file | trunk/src/ash/display/display_change_observer_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698