Descriptiongfx/ui/color_profile: add color profile cache on win
Windows stores system color profiles on disk. To avoid disk reads
and the jank that that can cause, add a color profile cache keyed
by device name.
Here define/implement the cache interface. Make the cache thread-
safe to allow safe access from any blocking pool thread.
The cache key is a wide string for now and I might change that to
an int64 device id in a subsequent patch, we'll see.
BUG=368694
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=273786
Patch Set 1 #
Total comments: 6
Patch Set 2 : #
Total comments: 3
Patch Set 3 : Patch for landing. #Messages
Total messages: 8 (0 generated)
|