Index: cc/frame_rate_counter.h |
diff --git a/cc/frame_rate_counter.h b/cc/frame_rate_counter.h |
index faf82db59332a945c8577a5392be6e47388637da..d1b6e9ac4dc42dfc53a8240b8187aaac166cfa64 100644 |
--- a/cc/frame_rate_counter.h |
+++ b/cc/frame_rate_counter.h |
@@ -52,7 +52,7 @@ private: |
// FIXME: Determine this threshold based on monitor refresh rate, crbug.com/138642. |
static const double kDroppedFrameTime; |
- static const int kTimeStampHistorySize = 170; |
+ static const int kTimeStampHistorySize = 130; |
bool m_hasImplThread; |