chromium/components/viz/host/compositing_mode_reporter_impl.h

// Copyright 2017 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_HOST_COMPOSITING_MODE_REPORTER_IMPL_H_
#define COMPONENTS_VIZ_HOST_COMPOSITING_MODE_REPORTER_IMPL_H_

#include "components/viz/host/viz_host_export.h"
#include "mojo/public/cpp/bindings/pending_remote.h"
#include "mojo/public/cpp/bindings/receiver_set.h"
#include "mojo/public/cpp/bindings/remote_set.h"
#include "services/viz/public/mojom/compositing/compositing_mode_watcher.mojom.h"

namespace viz {

class VIZ_HOST_EXPORT CompositingModeReporterImpl
    : public mojom::CompositingModeReporter {};

}  // namespace viz

#endif  // COMPONENTS_VIZ_HOST_COMPOSITING_MODE_REPORTER_IMPL_H_