chromium/chrome/browser/ui/thumbnails/background_thumbnail_capturer.h

// 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 CHROME_BROWSER_UI_THUMBNAILS_BACKGROUND_THUMBNAIL_CAPTURER_H_
#define CHROME_BROWSER_UI_THUMBNAILS_BACKGROUND_THUMBNAIL_CAPTURER_H_

#include "chrome/browser/ui/thumbnails/thumbnail_capture_info.h"
#include "ui/gfx/geometry/size.h"

// Captures thumbnails from a background tab's contents.
class BackgroundThumbnailCapturer {};

#endif  // CHROME_BROWSER_UI_THUMBNAILS_BACKGROUND_THUMBNAIL_CAPTURER_H_