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

Issue 28297: Implement gfx::Path on GTK. (Closed)

Created:
11 years, 9 months ago by Dean McNamee
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Implement gfx::Path on GTK.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -42 lines) Patch
M chrome/chrome.gyp View 2 chunks +2 lines, -2 lines 1 comment Download
M chrome/common/common.scons View 4 chunks +4 lines, -2 lines 0 comments Download
M chrome/common/common.vcproj View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/gfx/path.h View 1 chunk +17 lines, -7 lines 0 comments Download
M chrome/common/gfx/path.cc View 1 chunk +0 lines, -30 lines 0 comments Download
A chrome/common/gfx/path_gtk.cc View 1 chunk +27 lines, -0 lines 0 comments Download
A chrome/common/gfx/path_win.cc View 1 chunk +24 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Dean McNamee
Should be pretty straight forward. Brett: path Evan: gdk Mark: gyp
11 years, 9 months ago (2009-02-28 15:24:29 UTC) #1
Mark Mentovai
.gyp lgtm http://codereview.chromium.org/28297/diff/1/2 File chrome/chrome.gyp (right): http://codereview.chromium.org/28297/diff/1/2#newcode117 Line 117: 'common/gfx/path.h', .h should come first now ...
11 years, 9 months ago (2009-02-28 16:40:36 UTC) #2
brettw
11 years, 9 months ago (2009-03-02 04:36:39 UTC) #3
Both Windows and your new GDK code is wrong because it only does polygonal paths
(no curves)

This is OK, since I guess we only need that when we use this code. Can you add
comments on both functions in the header file that this is the case?

LGTM with this addition.

Powered by Google App Engine
This is Rietveld 408576698