Index: cc/thread_proxy.h |
diff --git a/cc/thread_proxy.h b/cc/thread_proxy.h |
index 261d11cbd854adc3cc0a6377ce23a7e2c1b74860..772aec86ae14326fcb9a191355f4f7a6e1c74bda 100644 |
--- a/cc/thread_proxy.h |
+++ b/cc/thread_proxy.h |
@@ -82,6 +82,8 @@ public: |
// ResourceUpdateControllerClient implementation |
virtual void readyToFinalizeTextureUpdates() OVERRIDE; |
+ int maxFramesPendingForTesting() const { return m_schedulerOnImplThread->maxFramesPending(); } |
+ |
private: |
ThreadProxy(LayerTreeHost*, scoped_ptr<Thread> implThread); |