DescriptionResourceLoadingDelegate class to allow common code to load files.
My idea is that the ImageLoadingTracker will either become a
"transform_on_bg_thread" callback or a caching wrapper around a
ResourceLoadingDelegate*. We'd implement pkotwicz's new ImageSkia
loader using a wrapper around this class. Initially, I'll only provide
a browser implementation of this class, and renderers will leave it
NULL.
BUG=
Patch Set 1 #
|