// Copyright 2014 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_SERVICE_DISPLAY_DISPLAY_CLIENT_H_ #define COMPONENTS_VIZ_SERVICE_DISPLAY_DISPLAY_CLIENT_H_ #include "components/viz/common/quads/aggregated_render_pass.h" #include "gpu/ipc/common/surface_handle.h" #include "services/viz/public/mojom/compositing/compositor_frame_sink.mojom.h" namespace gfx { struct CALayerParams; } // namespace gfx namespace viz { class FrameSinkId; class DisplayClient { … }; } // namespace viz #endif // COMPONENTS_VIZ_SERVICE_DISPLAY_DISPLAY_CLIENT_H_