Chromium Code Reviews
        
  DescriptiondrawPicture calls OnDrawPicture calls drawPicture
Ran into infinite recursion while looking at skia benchmarked skpictures
in trace viewer.  BenchmarkingCanvas::onDrawPicture was calling
SkCanvas::drawPicture, which would call BenchmarkingCanvas::onDrawPicture.
BenchmarkingCanvas::onDrawPicture now calls SkCanvas::onDrawPicture,
which should break up pictures into multiple commands.
Committed: https://crrev.com/535b4f0be7b7edde9874e8b6ac1519afe44f6db5
Cr-Commit-Position: refs/heads/master@{#319811}
   
  Patch Set 1 #
 Messages
    Total messages: 8 (2 generated)
     
  
  
       | 
    |||||||||||||||||||