Index: ui/surface/accelerated_surface_win.h |
diff --git a/ui/surface/accelerated_surface_win.h b/ui/surface/accelerated_surface_win.h |
index 2abf0cedc8502d133663054de56b10eccf82f79f..0b426784b14ef91685f5b0007e61428a393b5e7e 100644 |
--- a/ui/surface/accelerated_surface_win.h |
+++ b/ui/surface/accelerated_surface_win.h |
@@ -70,6 +70,9 @@ class SURFACE_EXPORT AcceleratedPresenter |
void DoPresent(HDC dc, bool* presented); |
bool DoRealPresent(HDC dc); |
void DoReleaseSurface(); |
+ void GetPresentationStats(base::TimeTicks *timebase, |
jbates
2012/07/28 01:35:30
comments + n/d abbrev.
|
+ uint32 *interval_n, |
+ uint32 *interval_d); |
// The thread with which this presenter has affinity. |
PresentThread* const present_thread_; |