| Index: cc/prioritized_texture.h
|
| diff --git a/cc/prioritized_texture.h b/cc/prioritized_texture.h
|
| index 1939f9f0beb8a1c9aabb99094f49332dd1539b9e..f0ab136cc2c07b90c420eae0fc47ca8eac2f8e2e 100644
|
| --- a/cc/prioritized_texture.h
|
| +++ b/cc/prioritized_texture.h
|
| @@ -83,6 +83,8 @@ public:
|
| bool isSelfManaged() { return m_isSelfManaged; }
|
| void setToSelfManagedMemoryPlaceholder(size_t bytes);
|
|
|
| + void returnBackingTexture();
|
| +
|
| private:
|
| friend class PrioritizedTextureManager;
|
| friend class PrioritizedTextureTest;
|
|
|