blob: 38d1851a5f1a5ab522b741014b733fa0a307126e [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module blink.mojom;
// This struct represents the UserActivation state at the time which the message
// was sent.
struct UserActivationSnapshot {
bool has_been_active;
bool was_active;
};