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

Unified Diff: cc/layers/delegated_frame_resource_collection.h

Issue 485043003: cc: Use correct message loop proxy in BlockingTaskRunner (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits. Created 6 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 | « cc/cc_tests.gyp ('k') | cc/layers/delegated_frame_resource_collection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/delegated_frame_resource_collection.h
diff --git a/cc/layers/delegated_frame_resource_collection.h b/cc/layers/delegated_frame_resource_collection.h
index 9a5d336749bb610580bcc552b95800d55c76c86d..afbc3555a94d7118c904bf24e477cc7ec19f42ea 100644
--- a/cc/layers/delegated_frame_resource_collection.h
+++ b/cc/layers/delegated_frame_resource_collection.h
@@ -15,7 +15,6 @@
#include "cc/resources/transferable_resource.h"
namespace cc {
-class BlockingTaskRunner;
class CC_EXPORT DelegatedFrameResourceCollectionClient {
public:
@@ -48,7 +47,6 @@ class CC_EXPORT DelegatedFrameResourceCollection
~DelegatedFrameResourceCollection();
DelegatedFrameResourceCollectionClient* client_;
- scoped_refptr<BlockingTaskRunner> main_thread_runner_;
ReturnedResourceArray returned_resources_for_child_compositor_;
bool lost_all_resources_;
« no previous file with comments | « cc/cc_tests.gyp ('k') | cc/layers/delegated_frame_resource_collection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698