Index: cc/surfaces/display.h |
diff --git a/cc/surfaces/display.h b/cc/surfaces/display.h |
index 57d6af4cd24e81994fceac8fabeb7e0d5ce31cf4..07e87adc1c9b8879dc0d7065fc7a995ba1d75056 100644 |
--- a/cc/surfaces/display.h |
+++ b/cc/surfaces/display.h |
@@ -20,6 +20,7 @@ class Size; |
namespace cc { |
+class BlockingTaskRunner; |
class DirectRenderer; |
class DisplayClient; |
class OutputSurface; |
@@ -88,6 +89,7 @@ class CC_SURFACES_EXPORT Display : public OutputSurfaceClient, |
scoped_ptr<ResourceProvider> resource_provider_; |
scoped_ptr<SurfaceAggregator> aggregator_; |
scoped_ptr<DirectRenderer> renderer_; |
+ scoped_ptr<BlockingTaskRunner> blocking_main_thread_task_runner_; |
DISALLOW_COPY_AND_ASSIGN(Display); |
}; |