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