| Index: cc/layer_tree_host_impl.h
|
| diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h
|
| index 3d92dc4fb19f667604cf73d4c85fb33b1146d39e..79c61649b5f612c89d7576383a404a77932b988c 100644
|
| --- a/cc/layer_tree_host_impl.h
|
| +++ b/cc/layer_tree_host_impl.h
|
| @@ -174,9 +174,6 @@ public:
|
| bool visible() const { return m_visible; }
|
| void setVisible(bool);
|
|
|
| - bool contentsTexturesPurged() const { return m_contentsTexturesPurged; }
|
| - void setContentsTexturesPurged();
|
| - void resetContentsTexturesPurged();
|
| size_t memoryAllocationLimitBytes() const { return m_managedMemoryPolicy.bytesLimitWhenVisible; }
|
|
|
| void setViewportSize(const gfx::Size& layoutViewportSize, const gfx::Size& deviceViewportSize);
|
| @@ -320,7 +317,6 @@ private:
|
| gfx::Size m_deviceViewportSize;
|
| float m_deviceScaleFactor;
|
| bool m_visible;
|
| - bool m_contentsTexturesPurged;
|
| ManagedMemoryPolicy m_managedMemoryPolicy;
|
|
|
| bool m_needsUpdateDrawProperties;
|
|
|