| // Copyright 2020 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. | |
| #include "gpu/command_buffer/client/shared_image_interface.h" | |
| namespace gpu { | |
| uint32_t SharedImageInterface::UsageForMailbox(const Mailbox& mailbox) { | |
| return 0u; | |
| } | |
| } // namespace gpu |