/* * Copyright 2020 Google LLC * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "include/private/SkSLSampleUsage.h" #include <algorithm> namespace SkSL { SampleUsage SampleUsage::merge(const SampleUsage& other) { … } } // namespace SkSL