1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
jam
2012/08/17 22:47:09
nit: are you sure you need a cc file and construct
nit: are you sure you need a cc file and constructors/destructors? clang
sometimes needs them in case of complex c'tors/d'tors, but I don't know the
exact formula that it uses. if you can avoid it, that's better.
ccameron
2012/08/17 22:52:36
I tried to avoid it in an earlier version, but cla
On 2012/08/17 22:47:09, John Abd-El-Malek wrote:
> nit: are you sure you need a cc file and constructors/destructors? clang
> sometimes needs them in case of complex c'tors/d'tors, but I don't know the
> exact formula that it uses. if you can avoid it, that's better.
I tried to avoid it in an earlier version, but clang wasn't happy with it. This
strictness seemed to be particular to the content directory.
2 // Use of this source code is governed by a BSD-style license that can be
Issue 10854076: Add GPU memory tab to the task manager.
(Closed)
Created 8 years, 4 months ago by ccameron
Modified 8 years, 4 months ago
Reviewers: yoshiki, greggman, brettw, jam, Lei Zhang
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 82