chromium/third_party/blink/renderer/core/frame/platform_event_controller.cc

// 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.

#include "third_party/blink/renderer/core/frame/platform_event_controller.h"

#include "third_party/blink/renderer/core/frame/local_dom_window.h"
#include "third_party/blink/renderer/core/frame/local_frame.h"
#include "third_party/blink/renderer/core/page/page.h"

namespace blink {

PlatformEventController::PlatformEventController(LocalDOMWindow& window)
    :{}

PlatformEventController::~PlatformEventController() = default;

void PlatformEventController::UpdateCallback() {}

void PlatformEventController::StartUpdating() {}

void PlatformEventController::StopUpdating() {}

void PlatformEventController::PageVisibilityChanged() {}

void PlatformEventController::Trace(Visitor* visitor) const {}

}  // namespace blink