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

Unified Diff: cc/output/context_provider.h

Issue 1324413003: Move gpu memory calculations to Compositor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove more memory alloc codes. Created 5 years, 3 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
« no previous file with comments | « no previous file | cc/output/output_surface.cc » ('j') | cc/test/test_context_provider.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/context_provider.h
diff --git a/cc/output/context_provider.h b/cc/output/context_provider.h
index c024e02328e9a3930b7593e54b986bdff3566ae5..5d0bcf650e6175f7a6eb612ed7a5cdc04f1023f4 100644
--- a/cc/output/context_provider.h
+++ b/cc/output/context_provider.h
@@ -104,8 +104,6 @@ class ContextProvider : public base::RefCountedThreadSafe<ContextProvider> {
// called from the same thread that the context is bound to.
typedef base::Callback<void(const ManagedMemoryPolicy& policy)>
MemoryPolicyChangedCallback;
piman 2015/09/24 21:34:08 nit: remove this, since it shouldn't be used anymo
sohanjg 2015/09/28 07:35:49 Done.
- virtual void SetMemoryPolicyChangedCallback(
- const MemoryPolicyChangedCallback& memory_policy_changed_callback) = 0;
protected:
friend class base::RefCountedThreadSafe<ContextProvider>;
« no previous file with comments | « no previous file | cc/output/output_surface.cc » ('j') | cc/test/test_context_provider.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698