Commit 4bb21a68 authored by Yuta Kitamura's avatar Yuta Kitamura Committed by Commit Bot

Remove deprecated web_task_runner.h.

It's unused as of now.

Bug: 826203
Change-Id: I8e54a8234cb83c1ac871768a62fb2224be9ba0d0
Reviewed-on: https://chromium-review.googlesource.com/c/1356461Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Reviewed-by: default avatarAlexander Timin <altimin@chromium.org>
Commit-Queue: Yuta Kitamura <yutak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#612591}
parent 603262a6
...@@ -1364,7 +1364,6 @@ jumbo_component("platform") { ...@@ -1364,7 +1364,6 @@ jumbo_component("platform") {
"web_mouse_event.cc", "web_mouse_event.cc",
"web_mouse_wheel_event.cc", "web_mouse_wheel_event.cc",
"web_pointer_event.cc", "web_pointer_event.cc",
"web_task_runner.h",
"web_test_support.cc", "web_test_support.cc",
"web_test_support.h", "web_test_support.h",
"web_text_input_info.cc", "web_text_input_info.cc",
......
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_WEB_TASK_RUNNER_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_WEB_TASK_RUNNER_H_
#include "third_party/blink/renderer/platform/scheduler/public/post_cancellable_task.h"
#include "third_party/blink/renderer/platform/scheduler/public/post_cross_thread_task.h"
// The contents of this file are moved to the above headers. For future
// includes, use either of them.
#endif // THIRD_PARTY_BLINK_RENDERER_PLATFORM_WEB_TASK_RUNNER_H_
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment