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

Unified Diff: chromeos/display/output_configurator.h

Issue 138903025: Read compositor VSync information from platform, when possible (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: b5e5007a Updated. Created 6 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
Index: chromeos/display/output_configurator.h
diff --git a/chromeos/display/output_configurator.h b/chromeos/display/output_configurator.h
index 8a8b36d49e73bda7112b503965994e9bf139ac14..d12aa874f08515c7c1fc7f2a3bea627487afd78d 100644
--- a/chromeos/display/output_configurator.h
+++ b/chromeos/display/output_configurator.h
@@ -173,8 +173,8 @@ class CHROMEOS_EXPORT OutputConfigurator
virtual OutputState GetStateForDisplayIds(
const std::vector<int64>& display_ids) const = 0;
- // Queries the resolution (|width|x|height|) in pixels
- // to select output mode for the given display id.
+ // Queries the resolution (|width|x|height|) in pixels and |refresh_rate| in
+ // Hz to select output mode for the given display id.
oshima 2014/01/29 19:00:35 revert this change?
virtual bool GetResolutionForDisplayId(int64 display_id,
int* width,
int* height) const = 0;

Powered by Google App Engine
This is Rietveld 408576698