chromium/third_party/blink/public/mojom/frame/text_autosizer_page_info.mojom

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

module blink.mojom;

struct TextAutosizerPageInfo {
  // Frame width in density-independent pixels.
  int32 main_frame_width;

  // Layout width in CSS pixels.
  int32 main_frame_layout_width;

  float device_scale_adjustment;
};