Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4781)

Issue 6601065: Export effects classes with SK_API. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 8 months ago by tfarina1
Modified:
11 years, 8 months ago
Reviewers:
epoger, reed1, TomH
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlecode.com/svn/trunk
Visibility:
Public.

Description

Export effects classes with SK_API. So this works in shared_library build in chromium. This issue was raised up in the following chromium-dev thread: https://groups.google.com/a/chromium.org/forum/?hl=en&fromgroups=#!topic/chromium-dev/Z6qzEw8MwVY R=epoger@google.com,tomhudson@google.com Committed: https://code.google.com/p/skia/source/detail?r=5914

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -87 lines) Patch
M include/effects/Sk1DPathEffect.h View 5 chunks +3 lines, -6 lines 1 comment Download
M include/effects/Sk2DPathEffect.h View 6 chunks +3 lines, -6 lines 0 comments Download
M include/effects/SkArithmeticMode.h View 2 chunks +1 line, -2 lines 0 comments Download
M include/effects/SkAvoidXfermode.h View 3 chunks +1 line, -3 lines 0 comments Download
M include/effects/SkBitmapSource.h View 2 chunks +0 lines, -2 lines 0 comments Download
M include/effects/SkBlendImageFilter.h View 2 chunks +0 lines, -2 lines 1 comment Download
M include/effects/SkBlurDrawLooper.h View 1 chunk +0 lines, -1 line 0 comments Download
M include/effects/SkBlurImageFilter.h View 2 chunks +0 lines, -2 lines 0 comments Download
M include/effects/SkBlurMaskFilter.h View 3 chunks +0 lines, -3 lines 0 comments Download
M include/effects/SkColorFilterImageFilter.h View 1 chunk +1 line, -1 line 0 comments Download
M include/effects/SkColorMatrix.h View 2 chunks +1 line, -3 lines 0 comments Download
M include/effects/SkColorMatrixFilter.h View 2 chunks +0 lines, -2 lines 0 comments Download
M include/effects/SkCornerPathEffect.h View 3 chunks +0 lines, -3 lines 0 comments Download
M include/effects/SkDashPathEffect.h View 3 chunks +0 lines, -3 lines 0 comments Download
M include/effects/SkDiscretePathEffect.h View 4 chunks +1 line, -4 lines 0 comments Download
M include/effects/SkDrawExtraPathEffect.h View 2 chunks +3 lines, -3 lines 0 comments Download
M include/effects/SkEmbossMaskFilter.h View 4 chunks +1 line, -4 lines 0 comments Download
M include/effects/SkKernel33MaskFilter.h View 3 chunks +2 lines, -4 lines 0 comments Download
M include/effects/SkLayerDrawLooper.h View 2 chunks +1 line, -2 lines 0 comments Download
M include/effects/SkLayerRasterizer.h View 1 chunk +1 line, -1 line 0 comments Download
M include/effects/SkMatrixConvolutionImageFilter.h View 1 chunk +1 line, -1 line 0 comments Download
M include/effects/SkPaintFlagsDrawFilter.h View 3 chunks +1 line, -4 lines 0 comments Download
M include/effects/SkPixelXorXfermode.h View 3 chunks +1 line, -3 lines 0 comments Download
M include/effects/SkPorterDuff.h View 4 chunks +1 line, -4 lines 0 comments Download
M include/effects/SkStippleMaskFilter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M include/effects/SkTableMaskFilter.h View 4 chunks +1 line, -4 lines 0 comments Download
M include/effects/SkTestImageFilters.h View 4 chunks +4 lines, -5 lines 0 comments Download
M include/effects/SkTransparentShader.h View 3 chunks +4 lines, -7 lines 0 comments Download

Messages

Total messages: 5
tfarina1
Please, could you review this to me?
11 years, 8 months ago (2012-10-11 22:44:40 UTC) #1
TomH
I can try to look at it, but somebody else might have a better sense ...
11 years, 8 months ago (2012-10-12 03:24:09 UTC) #2
TomH
I won't sign off without reed@ or somebody else who knows the SK_API philosophy. Mike, ...
11 years, 8 months ago (2012-10-12 13:33:23 UTC) #3
reed1
There are a lot of white-space only changes here too. Lets commit this as is, ...
11 years, 8 months ago (2012-10-12 13:41:54 UTC) #4
tfarina1
11 years, 8 months ago (2012-10-12 14:48:35 UTC) #5
On 2012/10/12 13:33:23, TomH wrote:
> As I mention inline, Skia philosophy is to separate whitespace / intendation /
> formating / standards-compliance commits from functional commits. A good third
> of the files you touched in this CL are just tweaking whitespace.
> 
My bad. I did because I have had to open all the header files in order to add
the SK_API, so went away doing this with the thought: hey lets fix these
whitespace mistakes while I'm here, because otherwise they won't let me do this
in a separate clean up CL that adds nothing (as Mike has pointed out to me
sometimes before, that is not to spend time with clean up patches, just with
bugs and performance issues) ;). So I thought it would be fine as it wouldn't
being distracting too much from the main issue that we were fixing with this CL.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b