 Chromium Code Reviews
 Chromium Code Reviews Issue 1911963008:
  DNC - JSON of flattenables, with field names. 
  Base URL: https://skia.googlesource.com/skia.git@master
    
  
    Issue 1911963008:
  DNC - JSON of flattenables, with field names. 
  Base URL: https://skia.googlesource.com/skia.git@master| Index: samplecode/SampleAll.cpp | 
| diff --git a/samplecode/SampleAll.cpp b/samplecode/SampleAll.cpp | 
| index 357a437a67acee1a775c59139f589028bf67b3e9..4cd1a34563fe2233378032a979a2bff583a2bb48 100644 | 
| --- a/samplecode/SampleAll.cpp | 
| +++ b/samplecode/SampleAll.cpp | 
| @@ -170,7 +170,7 @@ protected: | 
| void flatten(SkWriteBuffer& buffer) const override { | 
| this->INHERITED::flatten(buffer); | 
| - buffer.writeScalar(fRadius); | 
| + buffer.writeScalar("fRadius", fRadius); | 
| } | 
| private: |