Index: cc/prioritized_texture.h |
diff --git a/cc/prioritized_texture.h b/cc/prioritized_texture.h |
index fed3470a289fa4fa720d0b52898dc007f3497086..51921c8f16d800dcfb8dae3ab1fd89f636b110ab 100644 |
--- a/cc/prioritized_texture.h |
+++ b/cc/prioritized_texture.h |
@@ -19,6 +19,7 @@ |
namespace cc { |
class PrioritizedTextureManager; |
+class Proxy; |
class PrioritizedTexture { |
public: |
@@ -107,6 +108,8 @@ private: |
bool resourceHasBeenDeleted() const; |
private: |
+ const Proxy* proxy() const; |
+ |
friend class PrioritizedTexture; |
PrioritizedTexture* m_owner; |
int m_priorityAtLastPriorityUpdate; |
@@ -119,7 +122,6 @@ private: |
#ifndef NDEBUG |
ResourceProvider* m_resourceProvider; |
#endif |
- |
DISALLOW_COPY_AND_ASSIGN(Backing); |
}; |