blob: 44cd137c21bb92f3c6dbac5e2e25d9ea953a9895 [file] [log] [blame]
// 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/surfaces/surface_observer.h"
namespace viz {
bool SurfaceObserver::OnSurfaceDamaged(const SurfaceId& surface_id,
const BeginFrameAck& ack,
HandleInteraction handle_interaction) {
return false;
}
} // namespace viz