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

Issue 87016: Eliminate a circular dependency by making BGRAToRGBA() generic... (Closed)

Created:
11 years, 8 months ago by sgk
Modified:
9 years, 5 months ago
CC:
chromium-reviews_googlegroups.com, Mark Mentovai
Visibility:
Public.

Description

Eliminate a circular dependency by making BGRAToRGBA() generic (no pulling in guchar from gtk.h) and moving it from base/gfx to base. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=14117

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -30 lines) Patch
M base/base.gyp View 1 2 chunks +3 lines, -0 lines 0 comments Download
M base/clipboard_linux.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M base/gfx/gtk_util.h View 1 chunk +0 lines, -5 lines 0 comments Download
M base/gfx/gtk_util.cc View 1 chunk +0 lines, -20 lines 0 comments Download
A base/linux_util.h View 1 chunk +19 lines, -0 lines 0 comments Download
A base/linux_util.cc View 1 chunk +31 lines, -0 lines 0 comments Download
M chrome/common/gtk_util.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
sgk
11 years, 8 months ago (2009-04-21 12:24:55 UTC) #1
Elliot Glaysher
LGTM.
11 years, 8 months ago (2009-04-21 16:50:33 UTC) #2
Evan Stade
lg, thanks for doing this
11 years, 8 months ago (2009-04-21 17:07:30 UTC) #3
Dean McNamee
11 years, 8 months ago (2009-04-22 11:40:52 UTC) #4
On 2009/04/21 17:07:30, Evan Stade wrote:
> lg, thanks for doing this

I am missing what the circular dependency is.  What's the difference between
base/ and base/gfx/ ?

Powered by Google App Engine
This is Rietveld 408576698