blob: c86bb3e41ba328c93680c21bc1901abf9313da71 [file] [log] [blame]
/*
* Copyright 2020 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef SkColorFilterPriv_DEFINED
#define SkColorFilterPriv_DEFINED
#include "include/core/SkColorFilter.h"
class SkColorFilterPriv {
public:
static sk_sp<SkColorFilter> MakeGaussian();
};
#endif