chromium/ui/views/test/view_skia_gold_pixel_diff_unittest.cc

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

#include "ui/views/test/view_skia_gold_pixel_diff.h"

#include <memory>
#include <utility>

#include "base/command_line.h"
#include "base/strings/strcat.h"
#include "base/strings/utf_string_conversions.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/skia/include/core/SkBitmap.h"
#include "ui/gfx/native_widget_types.h"
#include "ui/views/test/widget_test.h"
#include "ui/views/view.h"

_;
AnyNumber;
IsTrue;
ResultOf;
Return;

namespace views {

class FakeBrowserSkiaGoldPixelDiff : public ViewSkiaGoldPixelDiff {};

class ViewSkiaGoldPixelDiffTest : public views::test::WidgetTest {};

TEST_F(ViewSkiaGoldPixelDiffTest, CompareScreenshotByView) {}

TEST_F(ViewSkiaGoldPixelDiffTest, BypassSkiaGoldFunctionality) {}

}  // namespace views