8180869: Cleaner image file reading handling

Reviewed-by: ahgross, rriggs, rhalade
This commit is contained in:
James Laskey 2017-06-05 12:36:15 -03:00 committed by Jim Laskey
parent 3d8ce35924
commit 03e33188f3
2 changed files with 10 additions and 2 deletions

View file

@ -402,6 +402,7 @@ public:
// 'opened' by reference point and decremented when 'closed'. Use of zero
// leads the ImageFileReader to be actually closed and discarded.
class ImageFileReader {
friend class ImageFileReaderTable;
private:
// Manage a number of image files such that an image can be shared across
// multiple uses (ex. loader.)