| Index: cc/prioritized_texture.h
|
| ===================================================================
|
| --- cc/prioritized_texture.h (revision 165906)
|
| +++ cc/prioritized_texture.h (working copy)
|
| @@ -20,7 +20,6 @@
|
| namespace cc {
|
|
|
| class PrioritizedTextureManager;
|
| -class Proxy;
|
|
|
| class CC_EXPORT PrioritizedTexture {
|
| public:
|
| @@ -109,8 +108,6 @@
|
| bool resourceHasBeenDeleted() const;
|
|
|
| private:
|
| - const Proxy* proxy() const;
|
| -
|
| friend class PrioritizedTexture;
|
| PrioritizedTexture* m_owner;
|
| int m_priorityAtLastPriorityUpdate;
|
| @@ -123,6 +120,7 @@
|
| #ifndef NDEBUG
|
| ResourceProvider* m_resourceProvider;
|
| #endif
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(Backing);
|
| };
|
|
|
|
|