diff options
Diffstat (limited to 'include/core/SkEmptyShader.h')
-rw-r--r-- | include/core/SkEmptyShader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/core/SkEmptyShader.h b/include/core/SkEmptyShader.h index 13da457ad4..08c131db1b 100644 --- a/include/core/SkEmptyShader.h +++ b/include/core/SkEmptyShader.h @@ -30,6 +30,7 @@ public: virtual void shadeSpan16(int x, int y, uint16_t span[], int count) SK_OVERRIDE; virtual void shadeSpanAlpha(int x, int y, uint8_t alpha[], int count) SK_OVERRIDE; + SK_DEVELOPER_TO_STRING() SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkEmptyShader) protected: |