/* * Copyright 2018 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "include/gpu/ganesh/GrDriverBugWorkarounds.h" #include "include/core/SkTypes.h" GrDriverBugWorkarounds::GrDriverBugWorkarounds() = default; GrDriverBugWorkarounds::GrDriverBugWorkarounds( const std::vector<int>& enabled_driver_bug_workarounds) { … } void GrDriverBugWorkarounds::applyOverrides( const GrDriverBugWorkarounds& workarounds) { … } GrDriverBugWorkarounds::~GrDriverBugWorkarounds() = default;