// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_GFX_SHADOW_VALUE_H_ #define UI_GFX_SHADOW_VALUE_H_ #include <string> #include <tuple> #include <vector> #include "build/build_config.h" #include "third_party/skia/include/core/SkColor.h" #include "ui/gfx/geometry/vector2d.h" #include "ui/gfx/gfx_export.h" namespace gfx { class Insets; class ShadowValue; ShadowValues; // ShadowValue encapsulates parameters needed to define a shadow, including the // shadow's offset, blur amount and color. class GFX_EXPORT ShadowValue { … }; } // namespace gfx #endif // UI_GFX_SHADOW_VALUE_H_