blob: a1ef94fb48d7f4c636482ff42f2821707a1e2d24 [file] [log] [blame]
// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ui/display/test/virtual_display_util.h"
namespace display::test {
// Stub definition for unimplemented platforms to prevent linker errors.
// static
std::unique_ptr<VirtualDisplayUtil> VirtualDisplayUtil::TryCreate(
Screen* screen) {
return nullptr;
}
} // namespace display::test