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

Unified Diff: cc/layer_tree_host.h

Issue 11748031: cc: remove loseOutputSurface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 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/layer_tree_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | cc/layer_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698