chromium/cc/test/test_skcanvas.cc

// Copyright 2017 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/test/test_skcanvas.h"

#include "third_party/skia/include/gpu/gl/GrGLInterface.h"

namespace cc {
SaveCountingCanvas::SaveCountingCanvas() :{}

SkCanvas::SaveLayerStrategy SaveCountingCanvas::getSaveLayerStrategy(
    const SaveLayerRec& rec) {}

void SaveCountingCanvas::willRestore() {}

void SaveCountingCanvas::onDrawRect(const SkRect& rect, const SkPaint& paint) {}

void SaveCountingCanvas::onDrawPaint(const SkPaint& paint) {}

MockCanvas::MockCanvas() :{}

MockCanvas::~MockCanvas() = default;

}  // namespace cc