Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(234)

Unified Diff: cc/prioritized_texture.h

Issue 11369071: A speculative Revert for r165872 - Remove static thread pointers from CC, attempt 2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/occlusion_tracker_unittest.cc ('k') | cc/prioritized_texture.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « cc/occlusion_tracker_unittest.cc ('k') | cc/prioritized_texture.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698