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

Issue 3020008: Mac: Make TransportDIB::Create() work. (Closed)

Created:
10 years, 5 months ago by Nico
Modified:
9 years, 7 months ago
Reviewers:
agl
CC:
chromium-reviews, John Grabowski, pam+watch_chromium.org
Visibility:
Public.

Description

Mac: Make TransportDIB::Create() work. This is never called from "live" code, but chrome/browser/tab_contents/thumbnail_generator.cc uses it. ThumbnailGenerator is currently used only on windows, but I'd like to use it on OS X. TransportDIB::Create() isn't called on OS X because all created by chrome/browser/renderer_host/render_widget_helper.cc, which creates only the shared memory object and stores it away. The actual TransportDIB is created by calls to TransportDIB::Map() in both browser and renderer processes. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=52835

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M app/surface/transport_dib_mac.cc View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Nico
10 years, 5 months ago (2010-07-16 17:57:21 UTC) #1
agl
10 years, 5 months ago (2010-07-17 19:44:23 UTC) #2
Nico
Did you intend to say something? Looks like you sent an empty reply. On Jul ...
10 years, 5 months ago (2010-07-17 20:06:34 UTC) #3
agl
10 years, 5 months ago (2010-07-17 20:11:37 UTC) #4
On Sat, Jul 17, 2010 at 4:06 PM, Nico Weber <thakis@chromium.org> wrote:
> Did you intend to say something? Looks like you sent an empty reply.

Oh, sorry. LGTM :)

Powered by Google App Engine
This is Rietveld 408576698