// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_PAINT_PREVIEW_PLAYER_COMPOSITOR_STATUS_H_ #define COMPONENTS_PAINT_PREVIEW_PLAYER_COMPOSITOR_STATUS_H_ namespace paint_preview { // IMPORTANT: if CompositorStatus is updated, please update the corresponding // entry for TabbedPaintPreviewCompositorFailureReason in enums.xml. // GENERATED_JAVA_ENUM_PACKAGE: ( // org.chromium.components.paintpreview.player) enum class CompositorStatus : int { … }; } // namespace paint_preview #endif // COMPONENTS_PAINT_PREVIEW_PLAYER_COMPOSITOR_STATUS_H_