forked from chromium/chromium
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
createImageBitmap: stop clipping sourceRect to the source's dimensions
As per whatwg/html#6306 it has been determined that the clipping of the sourceRect should not happen for createImageBitmap. This CL thus replaces the uses of the IntersectionRect with the source rect determined through the parsed_options.crop_rect. Bug: chromium:1162598 Change-Id: Iadf79699ad786cdaeb7e9b0fbcb94624d2942068 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2661436 Commit-Queue: Juanmi Huertas <[email protected]> Reviewed-by: Juanmi Huertas <[email protected]> Reviewed-by: Justin Novosad <[email protected]> Cr-Commit-Position: refs/heads/master@{#873301}
- Loading branch information
Showing
7 changed files
with
41 additions
and
46 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1086,6 +1086,7 @@ Toshiaki Tanaka <[email protected]> | |
Trent Willis <[email protected]> | ||
Trevor Perrin <[email protected]> | ||
Tripta Gupta <[email protected]> | ||
Tristan Fraipont <[email protected]> | ||
Tuukka Toivonen <[email protected]> | ||
U. Artie Eoff <[email protected]> | ||
Umar Hansa <[email protected]> | ||
|
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
7 changes: 0 additions & 7 deletions
7
...external/wpt/html/canvas/element/manual/imagebitmap/createImageBitmap-bounds-expected.txt
This file was deleted.
Oops, something went wrong.
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