Index: src/core/SkDraw.cpp |
diff --git a/src/core/SkDraw.cpp b/src/core/SkDraw.cpp |
index 013b73d23ac50acdd758a86a8aa8f2af89b428f6..5f81073068b98a2467a492d7f078576057245bbf 100644 |
--- a/src/core/SkDraw.cpp |
+++ b/src/core/SkDraw.cpp |
@@ -2382,7 +2382,7 @@ public: |
SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkTriColorShader) |
protected: |
- SkTriColorShader(SkFlattenableReadBuffer& buffer) : SkShader(buffer) {} |
+ SkTriColorShader(SkReadBuffer& buffer) : SkShader(buffer) {} |
private: |
SkMatrix fDstToUnit; |