Chromium Code Reviews
        
  DescriptionFix for the flash Text layout framework problems with win32k lockdown mode on Windows 8+
Flash while rendering text calls into pepper to create a canvas and then sends IPCs like PpapiHostMsg_Flash_DrawGlyphs
to draw into the canvas. In Win32K lockdown mode we create a memory canvas instance (ImageDataSimpleBackend). This class
returns NULL in its GetPlatformCanvas implementation which causes the OnDrawGlyphs call to bail.
Fix is to call the GetCanvas function instead of GetPlatformCanvas. Both functions do the same thing.
BUG=468418
R=cpu
Committed: https://crrev.com/df69a28d5b46c2d9a25a14b9fc427a26ecf9f55f
Cr-Commit-Position: refs/heads/master@{#321281}
   
  Patch Set 1 #Patch Set 2 : Reverted changes to dxva_video_decode_accelerator.cc #Patch Set 3 : Replace calls to GetPlatformCanvas with GetCanvas #Messages
    Total messages: 6 (1 generated)
     
  
  
       |