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

Issue 86263003: New Composite CSS border object (Closed)

Created:
7 years ago by robertphillips
Modified:
7 years ago
Reviewers:
jvanverth1, bsalomon, reed1
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

I am proposing this new composite object as a way of removing a lot of horrible geometry generation from Blink and deferring the decisions to Skia where we can presumably do a better job.

Patch Set 1 #

Patch Set 2 : Added missing .cpp file #

Patch Set 3 : Added comment (tremble in awe!) #

Patch Set 4 : Moved to experimental #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+149 lines, -0 lines) Patch
A experimental/ChromeUtils/SkBorder.h View 1 2 3 1 chunk +107 lines, -0 lines 2 comments Download
A experimental/ChromeUtils/SkBorder.cpp View 1 2 3 1 chunk +31 lines, -0 lines 0 comments Download
M gyp/common_variables.gypi View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M gyp/gpu.gyp View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
robertphillips
7 years ago (2013-11-25 20:15:14 UTC) #1
reed1
Waiting to see the compelling examples where "core" knowledge is needed to do a better ...
7 years ago (2013-11-25 21:21:52 UTC) #2
robertphillips
For raster this won't necessarily improve things. For GPU is could help a lot. The ...
7 years ago (2013-11-26 15:00:38 UTC) #3
robertphillips
PTAL
7 years ago (2013-12-09 15:17:28 UTC) #4
bsalomon
https://codereview.chromium.org/86263003/diff/60001/experimental/ChromeUtils/SkBorder.h File experimental/ChromeUtils/SkBorder.h (right): https://codereview.chromium.org/86263003/diff/60001/experimental/ChromeUtils/SkBorder.h#newcode23 experimental/ChromeUtils/SkBorder.h:23: */ I'm wondering if we want to bite all ...
7 years ago (2013-12-09 16:19:53 UTC) #5
robertphillips
https://codereview.chromium.org/86263003/diff/60001/experimental/ChromeUtils/SkBorder.h File experimental/ChromeUtils/SkBorder.h (right): https://codereview.chromium.org/86263003/diff/60001/experimental/ChromeUtils/SkBorder.h#newcode23 experimental/ChromeUtils/SkBorder.h:23: */ My plan was to initially duplicate all the ...
7 years ago (2013-12-09 16:25:56 UTC) #6
bsalomon
On 2013/12/09 16:25:56, robertphillips wrote: > https://codereview.chromium.org/86263003/diff/60001/experimental/ChromeUtils/SkBorder.h > File experimental/ChromeUtils/SkBorder.h (right): > > https://codereview.chromium.org/86263003/diff/60001/experimental/ChromeUtils/SkBorder.h#newcode23 > ...
7 years ago (2013-12-09 18:25:41 UTC) #7
robertphillips
7 years ago (2013-12-10 17:46:44 UTC) #8
Message was sent while issue was closed.
committed as r12597

Powered by Google App Engine
This is Rietveld 408576698