blob: 709b6fc51fe942993feebf455bc5953065eecc2a [file] [log] [blame]
// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CONTENT_BROWSER_MEDIA_CAPTURE_CAPTURE_UTIL_H_
#define CONTENT_BROWSER_MEDIA_CAPTURE_CAPTURE_UTIL_H_
#include <cstdint>
namespace content {
using NativeWindowId = int64_t;
} // namespace content
#endif // CONTENT_BROWSER_MEDIA_CAPTURE_CAPTURE_UTIL_H_