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

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 165444 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
Index: cc/renderer.h
diff --git a/cc/renderer.h b/cc/renderer.h
index 11e00fc7ce3fafd5be9d2b67c4e2b3e417122626..df0c94314dc55212b72896b07d2e1afc4cf5e85b 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