Index: cc/resources/worker_pool.h |
diff --git a/cc/resources/worker_pool.h b/cc/resources/worker_pool.h |
old mode 100644 |
new mode 100755 |
index cc8c39f3642a0997bc990ba9484aab87612909df..f60fbcc8460a5fdfafbe689ed2c5ad1726f94004 |
--- a/cc/resources/worker_pool.h |
+++ b/cc/resources/worker_pool.h |
@@ -125,17 +125,11 @@ class CC_EXPORT WorkerPool { |
void SetTaskGraph(TaskGraph* graph); |
private: |
- class Inner; |
- friend class Inner; |
- |
typedef std::vector<scoped_refptr<internal::WorkerPoolTask> > TaskVector; |
void ProcessCompletedTasks(const TaskVector& completed_tasks); |
bool in_dispatch_completion_callbacks_; |
- |
- // Hide the gory details of the worker pool in |inner_|. |
- const scoped_ptr<Inner> inner_; |
}; |
} // namespace cc |