 Chromium Code Reviews
 Chromium Code Reviews Issue 
            1021663002:
    cc: Fix skewport math  (Closed)
    
  
    Issue 
            1021663002:
    cc: Fix skewport math  (Closed) 
  | Descriptioncc: Fix skewport math
Previously, if the viewport ever moved farther than the skewport limits
in a single frame, the skewport math would break.  It would first
intersect with the max skewport (becoming empty) and then unioning with
the viewport (becoming the viewport).  By moving the union first, it
prevents this empty condition, leaving a valid skewport in the right
direction.
This addresses a case where prepainting wasn't happening when it should
have.
BUG=446645
Committed: https://crrev.com/23fa8b248a7ba2a743653967e598bd309822dac0
Cr-Commit-Position: refs/heads/master@{#321428}
   Patch Set 1 #
      Total comments: 4
      
     Patch Set 2 : Remove duplicate dcheck #Patch Set 3 : Fix for empty viewport #
 Messages
    Total messages: 22 (10 generated)
     | ||||||||||||||||||||||||||||