Chromium Code Reviews
        
  DescriptionTable rows are not totally invalidated after r170349
The change removed
RenderTableRow::clippedOverflowRectForPaintInvalidation
but the row's visual overflow doesn't include any cells
spanning several rows, which is required to be able to
invalidate rows correctly.
The fix is to include the spanning cells into the
row's visual overflow. Because they both share the
section's coordinate system, we need to translate the
cell's coordinate into the row's to avoid some wrong
visual overflow (aka over-invalidations).
BUG=417060
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184296
   
  Patch Set 1 #Patch Set 2 : Fix unit tests #Patch Set 3 : Improved logic (the original ASSERT was bad). #
      Total comments: 6
      
     
  
  
  
  Patch Set 4 : Fixed Dan's comments #Patch Set 5 : Update first comment after Dan's review (forgot to do it) #
 Messages
    Total messages: 8 (2 generated)
     
  
  
       | 
    |||||||||||||||||||||||||||||||||||||||||||||||||||||||