chromium/content/test/render_widget_host_visibility_observer.cc

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "content/test/render_widget_host_visibility_observer.h"

namespace content {

RenderWidgetHostVisibilityObserver::RenderWidgetHostVisibilityObserver(
    RenderWidgetHostImpl* rwhi,
    bool expected_visibility_state)
    :{}

RenderWidgetHostVisibilityObserver::~RenderWidgetHostVisibilityObserver() =
    default;

bool RenderWidgetHostVisibilityObserver::WaitUntilSatisfied() {}

void RenderWidgetHostVisibilityObserver::RenderWidgetHostVisibilityChanged(
    RenderWidgetHost* widget_host,
    bool became_visible) {}

void RenderWidgetHostVisibilityObserver::RenderWidgetHostDestroyed(
    RenderWidgetHost* widget_host) {}

}  // namespace content