chromium/third_party/blink/renderer/platform/graphics/raster_dark_mode_filter_impl_test.cc

// Copyright 2020 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/platform/graphics/raster_dark_mode_filter_impl.h"

#include "base/check_op.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/platform/graphics/dark_mode_filter.h"

// These tests just test end to end calls for RasterDarkModeFilterImpl. For
// detailed tests check dark mode module tests.
namespace blink {

TEST(RasterDarkModeFilterImplTest, ApplyToImageAPI) {}

}  // namespace blink