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

Issue 5909063: Create macro for registering classes for deserialization (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 3 months ago by DerekS
Modified:
12 years, 3 months ago
Reviewers:
reed1
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Create macro for registering classes for deserialization Committed: https://code.google.com/p/skia/source/detail?r=3494

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+121 lines, -498 lines) Patch
M gm/imagefiltersbase.cpp View 3 chunks +12 lines, -11 lines 0 comments Download
M include/core/SkColorFilter.h View 1 chunk +3 lines, -3 lines 0 comments Download
M include/core/SkColorShader.h View 1 chunk +1 line, -3 lines 0 comments Download
M include/core/SkComposeShader.h View 1 chunk +2 lines, -3 lines 0 comments Download
M include/core/SkEmptyShader.h View 1 chunk +1 line, -5 lines 0 comments Download
M include/core/SkFlattenable.h View 1 chunk +9 lines, -0 lines 0 comments Download
M include/core/SkPaint.h View 1 chunk +1 line, -3 lines 0 comments Download
M include/core/SkPathEffect.h View 3 chunks +7 lines, -12 lines 0 comments Download
M include/core/SkShape.h View 1 chunk +1 line, -4 lines 0 comments Download
M include/core/SkXfermode.h View 2 chunks +1 line, -4 lines 0 comments Download
M include/effects/Sk1DPathEffect.h View 2 chunks +1 line, -4 lines 0 comments Download
M include/effects/Sk2DPathEffect.h View 3 chunks +2 lines, -5 lines 0 comments Download
M include/effects/SkAvoidXfermode.h View 2 chunks +1 line, -7 lines 0 comments Download
M include/effects/SkBlurDrawLooper.h View 1 chunk +1 line, -4 lines 0 comments Download
M include/effects/SkBlurImageFilter.h View 2 chunks +1 line, -4 lines 0 comments Download
M include/effects/SkColorMatrixFilter.h View 1 chunk +1 line, -4 lines 0 comments Download
M include/effects/SkCornerPathEffect.h View 1 chunk +1 line, -4 lines 0 comments Download
M include/effects/SkDiscretePathEffect.h View 1 chunk +1 line, -4 lines 0 comments Download
M include/effects/SkEmbossMaskFilter.h View 1 chunk +2 lines, -5 lines 0 comments Download
M include/effects/SkGroupShape.h View 1 chunk +1 line, -3 lines 0 comments Download
M include/effects/SkKernel33MaskFilter.h View 1 chunk +1 line, -2 lines 0 comments Download
M include/effects/SkLayerDrawLooper.h View 1 chunk +1 line, -5 lines 0 comments Download
M include/effects/SkLayerRasterizer.h View 1 chunk +1 line, -2 lines 0 comments Download
M include/effects/SkMorphologyImageFilter.h View 2 chunks +3 lines, -8 lines 0 comments Download
M include/effects/SkPixelXorXfermode.h View 2 chunks +1 line, -6 lines 0 comments Download
M include/effects/SkRectShape.h View 1 chunk +1 line, -3 lines 0 comments Download
M include/effects/SkTableMaskFilter.h View 1 chunk +1 line, -2 lines 0 comments Download
M include/effects/SkTestImageFilters.h View 10 chunks +5 lines, -20 lines 0 comments Download
M include/effects/SkTransparentShader.h View 2 chunks +1 line, -5 lines 0 comments Download
M include/utils/SkUnitMappers.h View 2 chunks +5 lines, -6 lines 0 comments Download
M samplecode/ClockFaceView.cpp View 3 chunks +6 lines, -11 lines 0 comments Download
M samplecode/SampleAll.cpp View 4 chunks +4 lines, -8 lines 0 comments Download
M samplecode/SampleSlides.cpp View 2 chunks +2 lines, -6 lines 0 comments Download
M samplecode/SampleText.cpp View 4 chunks +5 lines, -12 lines 0 comments Download
M samplecode/SampleTextEffects.cpp View 2 chunks +1 line, -5 lines 0 comments Download
M src/animator/SkDrawExtraPathEffect.cpp View 2 chunks +2 lines, -1 line 0 comments Download
M src/animator/SkDrawGradient.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M src/core/SkBitmapProcShader.h View 1 chunk +1 line, -5 lines 0 comments Download
M src/core/SkBlitter.cpp View 2 chunks +2 lines, -8 lines 0 comments Download
M src/core/SkDraw.cpp View 1 chunk +2 lines, -5 lines 0 comments Download
M src/core/SkPathEffect.cpp View 1 chunk +0 lines, -8 lines 0 comments Download
M src/core/SkShader.cpp View 2 chunks +0 lines, -10 lines 0 comments Download
M src/core/SkShape.cpp View 1 chunk +0 lines, -8 lines 0 comments Download
M src/core/SkXfermode.cpp View 5 chunks +5 lines, -20 lines 0 comments Download
M src/effects/Sk2DPathEffect.cpp View 2 chunks +0 lines, -16 lines 0 comments Download
M src/effects/SkArithmeticMode.cpp View 1 chunk +1 line, -8 lines 0 comments Download
M src/effects/SkAvoidXfermode.cpp View 1 chunk +0 lines, -10 lines 0 comments Download
M src/effects/SkBlurMaskFilter.cpp View 2 chunks +1 line, -10 lines 0 comments Download
M src/effects/SkColorFilters.cpp View 10 chunks +8 lines, -44 lines 0 comments Download
M src/effects/SkColorMatrixFilter.cpp View 2 chunks +0 lines, -6 lines 0 comments Download
M src/effects/SkCornerPathEffect.cpp View 1 chunk +0 lines, -8 lines 0 comments Download
M src/effects/SkDiscretePathEffect.cpp View 1 chunk +0 lines, -8 lines 0 comments Download
M src/effects/SkEmbossMaskFilter.cpp View 1 chunk +0 lines, -8 lines 0 comments Download
M src/effects/SkGradientShader.cpp View 8 chunks +8 lines, -21 lines 0 comments Download
M src/effects/SkGroupShape.cpp View 2 chunks +0 lines, -8 lines 0 comments Download
M src/effects/SkKernel33MaskFilter.cpp View 1 chunk +0 lines, -8 lines 0 comments Download
M src/effects/SkLayerRasterizer.cpp View 1 chunk +0 lines, -8 lines 0 comments Download
M src/effects/SkPixelXorXfermode.cpp View 1 chunk +0 lines, -8 lines 0 comments Download
M src/effects/SkRectShape.cpp View 2 chunks +0 lines, -8 lines 0 comments Download
M src/effects/SkTableColorFilter.cpp View 2 chunks +1 line, -8 lines 0 comments Download
M src/effects/SkTableMaskFilter.cpp View 1 chunk +0 lines, -8 lines 0 comments Download
M src/effects/SkTestImageFilters.cpp View 5 chunks +0 lines, -20 lines 0 comments Download
M src/effects/SkTransparentShader.cpp View 1 chunk +0 lines, -4 lines 0 comments Download
M src/utils/SkUnitMappers.cpp View 2 chunks +0 lines, -16 lines 0 comments Download
M tests/QuickRejectTest.cpp View 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 1
DerekS
12 years, 3 months ago (2012-03-26 15:09:52 UTC) #1

          
Sign in to reply to this message.

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