Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
REGRESSION: WebGL doesn't show up in CSS reflections
https://bugs.webkit.org/show_bug.cgi?id=76489 Patch by Antoine Quint <graouts@apple.com> on 2016-06-03 Reviewed by Dean Jackson. Source/WebCore: The WebGLLayer needs to notify its owning GraphicsLayer that it was displayed such that its clones, in GraphicsLayerCA::layerDidDisplay, may have their contents updated to match that layer's contents. The test at compositing/webgl/webgl-reflection.html already covers this test and its expectation on Mac has been updated. * platform/graphics/mac/WebGLLayer.mm: (-[WebGLLayer display]): LayoutTests: Update the expected rendering to contain the reflected WebGL <canvas>. * platform/mac/compositing/webgl/webgl-reflection-expected.png: Canonical link: https://commits.webkit.org/176425@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@201639 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
27836ad
commit 1c823aad565281c2c5e1c6804a10ca8c11c18c81
Showing
4 changed files
with
31 additions
and
0 deletions.
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
BIN
+2.47 KB
(120%)
LayoutTests/platform/mac/compositing/webgl/webgl-reflection-expected.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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