blob: b74692edcd20d4d3e5e6bae2935280d649e2ec10 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/** @enum {number} */
skia.mojom.BlurTileMode = {};
skia.mojom.BlurTileMode.CLAMP;
skia.mojom.BlurTileMode.REPEAT;
skia.mojom.BlurTileMode.CLAMP_TO_BLACK;
skia.mojom.BlurTileMode.BLUR_TILE_MODE_LAST;