| Index: cc/prioritized_texture.h
|
| diff --git a/cc/prioritized_texture.h b/cc/prioritized_texture.h
|
| index 242147c2a8b82bedb313e8d1ff768cacafe75da0..21da7b98d9e1dbe6c734945bbeaa756acc141e2e 100644
|
| --- a/cc/prioritized_texture.h
|
| +++ b/cc/prioritized_texture.h
|
| @@ -81,6 +81,8 @@ public:
|
| bool isSelfManaged() { return m_isSelfManaged; }
|
| void setToSelfManagedMemoryPlaceholder(size_t bytes);
|
|
|
| + void returnBackingTexture();
|
| +
|
| private:
|
| friend class CCPrioritizedTextureManager;
|
| friend class CCPrioritizedTextureTest;
|
|
|