// 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. #include "components/viz/service/display/overlay_processor_stub.h" namespace viz { bool OverlayProcessorStub::IsOverlaySupported() const { … } gfx::Rect OverlayProcessorStub::GetAndResetOverlayDamage() { … } gfx::Rect OverlayProcessorStub::GetPreviousFrameOverlaysBoundingRect() const { … } bool OverlayProcessorStub::NeedsSurfaceDamageRectList() const { … } gfx::CALayerResult OverlayProcessorStub::GetCALayerErrorCode() const { … } } // namespace viz