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

Unified Diff: content/browser/compositor/browser_compositor_output_surface.h

Issue 2465093002: cc: Add OutputSurface state snapshots.
Patch Set: nits Created 4 years, 1 month 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: content/browser/compositor/browser_compositor_output_surface.h
diff --git a/content/browser/compositor/browser_compositor_output_surface.h b/content/browser/compositor/browser_compositor_output_surface.h
index 7084ec1c22022b6cf108aa6df3ed4a55cefe61b4..b02a208e377e9cabdbbe8612e89b51862d6306ff 100644
--- a/content/browser/compositor/browser_compositor_output_surface.h
+++ b/content/browser/compositor/browser_compositor_output_surface.h
@@ -80,6 +80,8 @@ class CONTENT_EXPORT BrowserCompositorOutputSurface
scoped_refptr<ui::CompositorVSyncManager> vsync_manager_;
cc::SyntheticBeginFrameSource* synthetic_begin_frame_source_;
ReflectorImpl* reflector_;
+ base::TimeTicks last_vsync_timebase_;
+ base::TimeDelta last_vsync_interval_;
private:
std::unique_ptr<display_compositor::CompositorOverlayCandidateValidator>

Powered by Google App Engine
This is Rietveld 408576698