chromium/media/mojo/mojom/stable/native_pixmap_handle_mojom_traits_unittest.cc

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

#include "media/mojo/mojom/stable/native_pixmap_handle_mojom_traits.h"

#include <linux/kcmp.h>
#include <sys/syscall.h>
#include <unistd.h>

#include "base/posix/eintr_wrapper.h"
#include "base/process/process.h"
#include "base/test/gtest_util.h"
#include "media/mojo/mojom/stable/mojom_traits_test_util.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace media {
TEST(NativePixmapHandleMojomTraitsTest, ValidNativePixmapPlane) {}

TEST(NativePixmapHandleMojomTraitsTest, NativePixmapPlaneWithInvalidFd) {}

TEST(NativePixmapHandleMojomTraitsTest, ValidNativePixmapHandle) {}

TEST(NativePixmapHandleMojomTraitsTest, NativePixmapHandleWithInvalidFd) {}
}  // namespace media