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

Unified Diff: content/browser/renderer_host/compositing_iosurface_mac.h

Issue 10824357: Revert 151982 - Revert 151932 (caused gpu_throughput_tests to start failing on Mac GPU bots) - Hook… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 | content/browser/renderer_host/compositing_iosurface_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/compositing_iosurface_mac.h
===================================================================
--- content/browser/renderer_host/compositing_iosurface_mac.h (revision 152097)
+++ content/browser/renderer_host/compositing_iosurface_mac.h (working copy)
@@ -74,6 +74,8 @@
bool is_vsync_disabled() const { return is_vsync_disabled_; }
// Get vsync scheduling parameters.
+ // |interval_numerator/interval_denominator| equates to fractional number of
+ // seconds between vsyncs.
void GetVSyncParameters(base::TimeTicks* timebase,
uint32* interval_numerator,
uint32* interval_denominator);
@@ -158,7 +160,7 @@
// Called on display-link thread.
void DisplayLinkTick(CVDisplayLinkRef display_link,
- const CVTimeStamp* output_time);
+ const CVTimeStamp* time);
void CalculateVsyncParametersLockHeld(const CVTimeStamp* time);
« no previous file with comments | « no previous file | content/browser/renderer_host/compositing_iosurface_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698