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

Unified Diff: cc/renderer.h

Issue 11232051: Remove static thread pointers from CC (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase to 165064 Created 8 years, 2 months 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
Index: cc/renderer.h
diff --git a/cc/renderer.h b/cc/renderer.h
index dfb6a87aea2c16e585e0965cae52c3a309248fbf..e25c66b8f6b6e7eed5b9a2b8e534590143b08435 100644
--- a/cc/renderer.h
+++ b/cc/renderer.h
@@ -24,6 +24,7 @@ public:
virtual void setFullRootLayerDamage() = 0;
virtual void setManagedMemoryPolicy(const ManagedMemoryPolicy& policy) = 0;
virtual void enforceManagedMemoryPolicy(const ManagedMemoryPolicy& policy) = 0;
+ virtual bool hasImplThread() const = 0;
protected:
virtual ~RendererClient() { }
};

Powered by Google App Engine
This is Rietveld 408576698