blob: bf07f653c3439f5ba2e4dc49e3ab208dcc63f673 [file] [log] [blame]
Avi Drissman3e1a26c2022-09-15 20:26:031// Copyright 2015 The Chromium Authors
estade4b7d20a2015-05-03 20:21:262// 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
avic89eb8d42015-12-23 08:08:188#include <stdint.h>
9
Arthur Sonzogni3eb9fd512024-02-09 12:20:4310#include <optional>
11
Kalvin Lee7d17d5572024-11-10 13:52:4512#include "base/component_export.h"
estade618db462015-05-28 00:52:30