Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Issue 5526011: Mac: Use high-quality interpolation to draw tabpose thumbnails. (Closed)

Created:
10 years ago by Nico
Modified:
9 years, 7 months ago
CC:
chromium-reviews, pam+watch_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

Mac: Use high-quality interpolation to draw tabpose thumbnails. BUG=50307, 65894 TEST=Activate tabpose, thumbnails should look nicer, but the feature shouldn't be visibly slower. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=68610

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 3

Patch Set 3 : comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -0 lines) Patch
M chrome/browser/ui/cocoa/tabpose_window.mm View 1 3 chunks +5 lines, -0 lines 0 comments Download
M gfx/gfx.gyp View 1 chunk +1 line, -0 lines 0 comments Download
A gfx/scoped_cg_context_state_mac.h View 1 2 1 chunk +30 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Nico
10 years ago (2010-12-07 21:46:33 UTC) #1
viettrungluu
http://codereview.chromium.org/5526011/diff/2001/gfx/scoped_cg_context_state_mac.h File gfx/scoped_cg_context_state_mac.h (right): http://codereview.chromium.org/5526011/diff/2001/gfx/scoped_cg_context_state_mac.h#newcode1 gfx/scoped_cg_context_state_mac.h:1: // Copyright (c) 2010 The Chromium Authors. All rights ...
10 years ago (2010-12-08 17:38:13 UTC) #2
Nico
On Wed, Dec 8, 2010 at 9:38 AM, <viettrungluu@chromium.org> wrote: > > http://codereview.chromium.org/5526011/diff/2001/gfx/scoped_cg_context_state_mac.h > File ...
10 years ago (2010-12-08 18:11:20 UTC) #3
Robert Sesek
On 2010/12/08 18:11:20, Nico wrote: > On Wed, Dec 8, 2010 at 9:38 AM, <mailto:viettrungluu@chromium.org> ...
10 years ago (2010-12-08 18:18:58 UTC) #4
vtl
10 years ago (2010-12-08 18:19:36 UTC) #5
LGTM, but you may want to consult other people about where to put stuff.

On Wed, Dec 8, 2010 at 10:11, Nico Weber <thakis@chromium.org> wrote:
> On Wed, Dec 8, 2010 at 9:38 AM,  <viettrungluu@chromium.org> wrote:
>>
>>
http://codereview.chromium.org/5526011/diff/2001/gfx/scoped_cg_context_state_...
>> File gfx/scoped_cg_context_state_mac.h (right):
>>
>>
http://codereview.chromium.org/5526011/diff/2001/gfx/scoped_cg_context_state_...
>> gfx/scoped_cg_context_state_mac.h:1: // Copyright (c) 2010 The Chromium
>> Authors. All rights reserved.
>> Is gfx/ really the place for this?
>
> I'm not sure. A quick `git gs CGContextSaveGState` shows places that
> should probably use this class in gfx, skia/ext, webkit/, and chrome/
> – gfx is a place all these directories could depend on, and
> scoped_image is in gfx. It seems like an ok place to me, but if you
> have better suggestions, I'm all ears. (+rsesek, who may or may not
> have an opinion on this).
>
>> I mainly ask because there's a conspicuous absence of (directly)
>> CG-supporting stuff in that directory.
>>
>>
http://codereview.chromium.org/5526011/diff/2001/gfx/scoped_cg_context_state_...
>> gfx/scoped_cg_context_state_mac.h:15: : context_(context) {
>> indentation
>
> Done.
>
>>
http://codereview.chromium.org/5526011/diff/2001/gfx/scoped_cg_context_state_...
>> gfx/scoped_cg_context_state_mac.h:25: };
>> DISALLOW_STUFF()?
>
> Done.
>
>>
>> http://codereview.chromium.org/5526011/
>>
>

Powered by Google App Engine
This is Rietveld 408576698