Index: cc/layer_tree_host.h |
diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h |
index 95766e342c4fb8b72c3ae916122a6da4e712e756..0b4f3ad789008f1db35d1c88c38f614883c75173 100644 |
--- a/cc/layer_tree_host.h |
+++ b/cc/layer_tree_host.h |
@@ -136,9 +136,6 @@ public: |
const RendererCapabilities& rendererCapabilities() const; |
- // Test only hook |
- void loseOutputSurface(int numTimes); |
- |
void setNeedsAnimate(); |
// virtual for testing |
virtual void setNeedsCommit(); |
@@ -243,7 +240,6 @@ private: |
bool m_rendererInitialized; |
bool m_outputSurfaceLost; |
- int m_numTimesRecreateShouldFail; |
int m_numFailedRecreateAttempts; |
scoped_refptr<Layer> m_rootLayer; |