blob: c6c56fbd4a286f0becc1b3e9df41acae83ae2f22 [file] [log] [blame]
// Copyright 2016 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.
#ifndef BackgroundBleedAvoidance_h
#define BackgroundBleedAvoidance_h
namespace blink {
enum BackgroundBleedAvoidance {
BackgroundBleedNone,
BackgroundBleedShrinkBackground,
BackgroundBleedClipOnly,
BackgroundBleedClipLayer,
};
} // namespace blink
#endif // BackgroundBleedAvoidance_h