| Index: content/public/common/gpu_rendering_stats.cc
|
| diff --git a/content/public/common/gpu_rendering_stats.cc b/content/public/common/gpu_rendering_stats.cc
|
| deleted file mode 100644
|
| index bbe38b9f82b42a0048856c656fe7a8b2bb658624..0000000000000000000000000000000000000000
|
| --- a/content/public/common/gpu_rendering_stats.cc
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#include "content/public/common/gpu_rendering_stats.h"
|
| -
|
| -namespace content {
|
| -
|
| -GpuRenderingStats::GpuRenderingStats()
|
| - : global_texture_upload_count(0),
|
| - texture_upload_count(0) {
|
| -}
|
| -
|
| -GpuRenderingStats::~GpuRenderingStats() {
|
| -}
|
| -
|
| -} // namespace content
|
|
|