forked from crosswalk-project/chromium-crosswalk
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ash: Fix exported fast ink texture leak.
Exported textures needs to be delete to not leak memory. This adds an ExportedTextureDeleter helper class that can be used to delete exported textures while still making sure the compositor had a chance to consume them. [email protected] (cherry picked from commit 869d134) Bug: 764007 Test: manual Change-Id: I18fa0494282f2352e73b320c05add8d944615213 Reviewed-on: https://chromium-review.googlesource.com/669586 Commit-Queue: David Reveman <[email protected]> Reviewed-by: Daniele Castagna <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#502518} Reviewed-on: https://chromium-review.googlesource.com/671872 Reviewed-by: David Reveman <[email protected]> Cr-Commit-Position: refs/branch-heads/3202@{crosswalk-project#311} Cr-Branched-From: fa6a5d8-refs/heads/master@{#499098}
- Loading branch information
1 parent
ac0bf9c
commit 032a160
Showing
2 changed files
with
78 additions
and
18 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
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