diff options
Diffstat (limited to 'chromium/ui/gfx/paint_throbber.h')
-rw-r--r-- | chromium/ui/gfx/paint_throbber.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chromium/ui/gfx/paint_throbber.h b/chromium/ui/gfx/paint_throbber.h index a6603757b5b..c5370c40452 100644 --- a/chromium/ui/gfx/paint_throbber.h +++ b/chromium/ui/gfx/paint_throbber.h @@ -68,10 +68,6 @@ GFX_EXPORT void PaintNewThrobberWaiting(Canvas* canvas, SkColor color, const base::TimeDelta& elapsed_time); -// Cycle time for the throbber above. Used to be able to smoothly transition -// between the throbber and the determinite progress-bar animation. -constexpr int kNewThrobberWaitingAnimationCycleMs = 1000; - } // namespace gfx #endif // UI_GFX_PAINT_THROBBER_H_ |