Avi Drissman | 3e1a26c | 2022-09-15 20:26:03 | [diff] [blame] | 1 | // Copyright 2015 The Chromium Authors |
estade | 4b7d20a | 2015-05-03 20:21:26 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
3 | // found in the LICENSE file. | ||||
4 | |||||
5 | #ifndef UI_GFX_PAINT_THROBBER_H_ | ||||
6 | #define UI_GFX_PAINT_THROBBER_H_ | ||||
7 | |||||
avi | c89eb8d4 | 2015-12-23 08:08:18 | [diff] [blame] | 8 | #include <stdint.h> |
9 | |||||
Arthur Sonzogni | 3eb9fd51 | 2024-02-09 12:20:43 | [diff] [blame] | 10 | #include <optional> |
11 | |||||
Kalvin Lee | 7d17d557 | 2024-11-10 13:52:45 | [diff] [blame] | 12 | #include "base/component_export.h" |
estade | 618db46 | 2015-05-28 00:52:30 | [diff] [blame] |