blob: 869414dd867c390d9c15bc869f60bba81dc26d05 [file] [log] [blame]
/*
* Copyright 2023 Google LLC
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "tools/testrunners/common/surface_manager/SurfaceManager.h"
#include <string>
std::unique_ptr<SurfaceManager> SurfaceManager::FromConfig(std::string config,
SurfaceOptions surfaceOptions) {
return nullptr; // TODO(lovisolo): Implement.
}