// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CC_SLIM_NINE_PATCH_LAYER_H_ #define CC_SLIM_NINE_PATCH_LAYER_H_ #include "base/component_export.h" #include "cc/layers/nine_patch_generator.h" #include "cc/slim/ui_resource_layer.h" #include "ui/gfx/geometry/rect.h" namespace cc::slim { class COMPONENT_EXPORT(CC_SLIM) NinePatchLayer : public UIResourceLayer { … }; } // namespace cc::slim #endif // CC_SLIM_NINE_PATCH_LAYER_H_