| // Copyright 2021 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 CHROME_BROWSER_UI_VIEWS_OVERLAY_CONSTANTS_H_ | |
| #define CHROME_BROWSER_UI_VIEWS_OVERLAY_CONSTANTS_H_ | |
| #include "third_party/skia/include/core/SkColor.h" | |
| constexpr SkColor kPipWindowIconColor = SK_ColorWHITE; | |
| constexpr SkColor kPipWindowTextColor = SK_ColorWHITE; | |
| #endif // CHROME_BROWSER_UI_VIEWS_OVERLAY_CONSTANTS_H_ |