diff options
Diffstat (limited to 'cc/prioritized_texture.h')
-rw-r--r-- | cc/prioritized_texture.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cc/prioritized_texture.h b/cc/prioritized_texture.h index 51921c8..fed3470 100644 --- a/cc/prioritized_texture.h +++ b/cc/prioritized_texture.h @@ -19,7 +19,6 @@ namespace cc { class PrioritizedTextureManager; -class Proxy; class PrioritizedTexture { public: @@ -108,8 +107,6 @@ private: bool resourceHasBeenDeleted() const; private: - const Proxy* proxy() const; - friend class PrioritizedTexture; PrioritizedTexture* m_owner; int m_priorityAtLastPriorityUpdate; @@ -122,6 +119,7 @@ private: #ifndef NDEBUG ResourceProvider* m_resourceProvider; #endif + DISALLOW_COPY_AND_ASSIGN(Backing); }; |