chromium/chrome/browser/ui/tabs/tab_renderer_data.h

// Copyright 2012 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_TABS_TAB_RENDERER_DATA_H_
#define CHROME_BROWSER_UI_TABS_TAB_RENDERER_DATA_H_

#include <string>

#include "base/process/kill.h"
#include "chrome/browser/ui/performance_controls/tab_resource_usage_tab_helper.h"
#include "chrome/browser/ui/tabs/tab_enums.h"
#include "chrome/browser/ui/tabs/tab_network_state.h"
#include "chrome/browser/ui/thumbnails/thumbnail_image.h"
#include "ui/base/models/image_model.h"
#include "ui/gfx/image/image_skia.h"
#include "url/gurl.h"

class TabStripModel;

// Wraps the state needed by the renderers.
struct TabRendererData {};

#endif  // CHROME_BROWSER_UI_TABS_TAB_RENDERER_DATA_H_