chromium/cc/paint/skia_paint_canvas_unittest.cc

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

#include "cc/paint/skia_paint_canvas.h"

#include "cc/paint/paint_recorder.h"
#include "cc/test/test_skcanvas.h"
#include "testing/gtest/include/gtest/gtest.h"

_;
StrictMock;
Return;

namespace cc {

TEST(SkiaPaintCanvasTest, ContextFlushesDirect) {}

TEST(SkiaPaintCanvasTest, ContextFlushesRecording) {}

TEST(SkiaPaintCanvasTest, ContextFlushesDisabled) {}

}  // namespace cc