// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_VIZ_TEST_STUB_SURFACE_CLIENT_H_ #define COMPONENTS_VIZ_TEST_STUB_SURFACE_CLIENT_H_ #include <vector> #include "components/viz/service/surfaces/surface_client.h" #include "base/memory/weak_ptr.h" namespace viz { class StubSurfaceClient : public SurfaceClient { … }; } // namespace viz #endif // COMPONENTS_VIZ_TEST_STUB_SURFACE_CLIENT_H_