Index: cc/layer_tree_host.h |
diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h |
index 6d8c9979a88b9317ccb6152243c5e89bccaf34dd..9711b6154083f423da5c5e1d7ba001e8e3b1a504 100644 |
--- a/cc/layer_tree_host.h |
+++ b/cc/layer_tree_host.h |
@@ -194,7 +194,6 @@ public: |
bool bufferedUpdates(); |
bool requestPartialTextureUpdate(); |
- void deleteTextureAfterCommit(scoped_ptr<CCPrioritizedTexture>); |
void setDeviceScaleFactor(float); |
float deviceScaleFactor() const { return m_deviceScaleFactor; } |
@@ -268,7 +267,6 @@ private: |
bool m_hasTransparentBackground; |
typedef ScopedPtrVector<CCPrioritizedTexture> TextureList; |
- TextureList m_deleteTextureAfterCommitList; |
size_t m_partialTextureUpdateRequests; |
static bool s_needsFilterContext; |