Keyboard Shortcuts
File
u
:
up to issue
m
:
publish + mail comments
M
:
edit review message
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
<Enter>
:
respond to / edit current comment
d
:
mark current comment as done
Issue
u
:
up to list of issues
m
:
publish + mail comments
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
#
:
close issue
Comment/message editing
<Ctrl>
+
s
or
<Ctrl>
+
Enter
:
save comment
<Esc>
:
cancel edit
Rietveld
Code Review Tool
Help
|
Bug tracker
|
Discussion group
|
Source code
|
Sign in
(335)
Issues
Repositories
Search
Open Issues
|
Closed Issues
|
All Issues
|
Sign in
with your
Google Account
to create issues and add comments
Issue
6941068
: add threadSafeClone() to SkFlattenable, and implement for shaders
Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 10 months ago by
reed1
Modified:
12 years, 10 months ago
Reviewers:
Leon
,
DerekS
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.
More Reviews
Description
add threadSafeClone() to SkFlattenable, and implement for shaders
Patch Set 1
#
Patch Set 2 :
#
Created:
12 years, 10 months ago
Download
[raw]
[tar.bz2]
Unified diffs
Side-by-side diffs
Delta from patch set
Stats
(
+191 lines, -35 lines
)
Patch
M
include/core/SkFlattenable.h
View
1
4 chunks
+28 lines, -0 lines
0 comments
Download
M
include/core/SkPaint.h
View
1
1 chunk
+2 lines, -0 lines
0 comments
Download
M
include/core/SkShader.h
View
1
1 chunk
+3 lines, -0 lines
0 comments
Download
M
src/core/SkBitmapProcShader.h
View
1
1 chunk
+2 lines, -0 lines
0 comments
Download
M
src/core/SkBitmapProcShader.cpp
View
1
1 chunk
+11 lines, -0 lines
0 comments
Download
M
src/core/SkPaint.cpp
View
1
2 chunks
+21 lines, -0 lines
0 comments
Download
M
src/core/SkPicturePlayback.cpp
View
1
3 chunks
+8 lines, -1 line
0 comments
Download
M
src/core/SkShader.cpp
View
1
1 chunk
+7 lines, -0 lines
0 comments
Download
M
src/effects/gradients/SkGradientShader.cpp
View
1
6 chunks
+45 lines, -26 lines
0 comments
Download
M
src/effects/gradients/SkGradientShaderPriv.h
View
1
2 chunks
+5 lines, -0 lines
0 comments
Download
M
src/effects/gradients/SkLinearGradient.h
View
1
1 chunk
+1 line, -0 lines
0 comments
Download
M
src/effects/gradients/SkLinearGradient.cpp
View
1
1 chunk
+6 lines, -0 lines
0 comments
Download
M
src/effects/gradients/SkRadialGradient.h
View
1
1 chunk
+1 line, -0 lines
0 comments
Download
M
src/effects/gradients/SkRadialGradient.cpp
View
1
1 chunk
+16 lines, -4 lines
0 comments
Download
M
src/effects/gradients/SkSweepGradient.h
View
1
1 chunk
+1 line, -0 lines
0 comments
Download
M
src/effects/gradients/SkSweepGradient.cpp
View
1
1 chunk
+12 lines, -4 lines
0 comments
Download
M
src/effects/gradients/SkTwoPointConicalGradient.h
View
1
1 chunk
+1 line, -0 lines
0 comments
Download
M
src/effects/gradients/SkTwoPointConicalGradient.cpp
View
1
1 chunk
+10 lines, -0 lines
0 comments
Download
M
src/effects/gradients/SkTwoPointRadialGradient.h
View
1
1 chunk
+1 line, -0 lines
0 comments
Download
M
src/effects/gradients/SkTwoPointRadialGradient.cpp
View
1
1 chunk
+10 lines, -0 lines
0 comments
Download
Messages
Total messages: 2
Expand All Messages
|
Collapse All Messages
reed1
not done, just wanted you to review the idea (esp. SkFlattenable.*)
12 years, 10 months ago (2012-12-17 22:09:10 UTC)
#1
not done, just wanted you to review the idea (esp. SkFlattenable.*)
Sign in
to reply to this message.
Leon
looks reasonable to me.
12 years, 10 months ago (2013-01-03 20:33:31 UTC)
#2
looks reasonable to me.
Sign in
to reply to this message.
Expand All Messages
|
Collapse All Messages
Issue 6941068: add threadSafeClone() to SkFlattenable, and implement for shaders
Created 12 years, 10 months ago by reed1
Modified 12 years, 10 months ago
Reviewers: DerekS, Leon
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 0
Recent Issues
|
This issue
This is Rietveld
f62528b