Index: cc/prioritized_resource.h |
diff --git a/cc/prioritized_resource.h b/cc/prioritized_resource.h |
index 1f2dc57969c0af6d6f871196703b6b30056ab6ed..8197e57c9b81e6f078adbec15aa4e7fb5e04e069 100644 |
--- a/cc/prioritized_resource.h |
+++ b/cc/prioritized_resource.h |
@@ -20,6 +20,7 @@ |
namespace cc { |
class PrioritizedResourceManager; |
+class Proxy; |
class CC_EXPORT PrioritizedResource { |
public: |
@@ -108,6 +109,8 @@ private: |
bool resourceHasBeenDeleted() const; |
private: |
+ const Proxy* proxy() const; |
+ |
friend class PrioritizedResource; |
PrioritizedResource* m_owner; |
int m_priorityAtLastPriorityUpdate; |
@@ -120,7 +123,6 @@ private: |
#ifndef NDEBUG |
ResourceProvider* m_resourceProvider; |
#endif |
- |
DISALLOW_COPY_AND_ASSIGN(Backing); |
}; |