Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
2011-04-21 Nat Duca <nduca@chromium.org>
Reviewed by James Robinson. [chromium] Fix artefacts in compositor HUD when resizing https://bugs.webkit.org/show_bug.cgi?id=58969 HUD was using the tiler program and not setting the texture transform. The HUD would thus draw with a texture transform based on the last tile drawn, leading sometimes to distortion. * platform/graphics/chromium/LayerRendererChromium.cpp: (WebCore::LayerRendererChromium::initializeSharedObjects): (WebCore::LayerRendererChromium::cleanupSharedObjects): * platform/graphics/chromium/LayerRendererChromium.h: (WebCore::LayerRendererChromium::headsUpDisplayProgram): * platform/graphics/chromium/cc/CCHeadsUpDisplay.cpp: (WebCore::CCHeadsUpDisplay::draw): * platform/graphics/chromium/cc/CCHeadsUpDisplay.h: Canonical link: https://commits.webkit.org/74285@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@84546 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
33 additions
and 3 deletions.
- +20 −0 Source/WebCore/ChangeLog
- +3 −0 Source/WebCore/platform/graphics/chromium/LayerRendererChromium.cpp
- +2 −0 Source/WebCore/platform/graphics/chromium/LayerRendererChromium.h
- +2 −1 Source/WebCore/platform/graphics/chromium/cc/CCHeadsUpDisplay.cpp
- +6 −2 Source/WebCore/platform/graphics/chromium/cc/CCHeadsUpDisplay.h
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters