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

Unified Diff: cc/CCLayerTreeHostImpl.h

Issue 10985082: GPU benchmarks should track the frequency of impl-thread vs. main-thread scrolls (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 3 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 | cc/CCLayerTreeHostImpl.cpp » ('j') | cc/CCLayerTreeHostImpl.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCLayerTreeHostImpl.h
diff --git a/cc/CCLayerTreeHostImpl.h b/cc/CCLayerTreeHostImpl.h
index 668a8a82058a5a62fefb18bd522eb7ff807ee163..5e814816dabaaf27aadac70e1912b782353fee82 100644
--- a/cc/CCLayerTreeHostImpl.h
+++ b/cc/CCLayerTreeHostImpl.h
@@ -293,6 +293,8 @@ private:
OwnPtr<CCFrameRateCounter> m_fpsCounter;
OwnPtr<CCDebugRectHistory> m_debugRectHistory;
+
+ bool m_didImplThreadScroll;
};
};
« no previous file with comments | « no previous file | cc/CCLayerTreeHostImpl.cpp » ('j') | cc/CCLayerTreeHostImpl.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698