summaryrefslogtreecommitdiffstats
path: root/cc/surfaces/display.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/surfaces/display.cc')
-rw-r--r--cc/surfaces/display.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/cc/surfaces/display.cc b/cc/surfaces/display.cc
index ca35b67..fadb165 100644
--- a/cc/surfaces/display.cc
+++ b/cc/surfaces/display.cc
@@ -35,8 +35,7 @@ Display::Display(DisplayClient* client,
device_scale_factor_(1.f),
swapped_since_resize_(false),
scheduler_(nullptr),
- texture_mailbox_deleter_(
- new TextureMailboxDeleter(base::ThreadTaskRunnerHandle::Get())) {
+ texture_mailbox_deleter_(new TextureMailboxDeleter(nullptr)) {
manager_->AddObserver(this);
}