blob: 58a2bf26db359740d2b21f8c7aa576d531ecc571 [file] [log] [blame] [edit]
// Copyright 2023 The Chromium Authors
// Copyright 2024 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "no_op_context_delegate.h"
namespace libvafake {
void NoOpContextDelegate::SetRenderTarget(const FakeSurface& surface) {}
void NoOpContextDelegate::EnqueueWork(
const std::vector<const FakeBuffer*>& buffers) {}
void NoOpContextDelegate::Run() {}
} // namespace libvafake