[Webkit-unassigned] [Bug 54361] [Chromium] Issue 50685: Move CC icons to chrome/common and implement loadPlatformResource in RendererWebKitClientImpl.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 18 11:12:34 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=54361





--- Comment #8 from Naoki Takano <takano.naoki at gmail.com>  2011-02-18 11:12:34 PST ---
Ilya,

Thank you for your comment.

I will change to call RendererWebKitClientImpl::loadPlatformResource() directly from Image::loadPlatformResource() instead of calling PlatformBridge::loadPlatformImageResource(name).

Thanks,

(In reply to comment #7)
> (In reply to comment #6)
> > Image::loadPlatformResource() calls PlatformBridge::loadPlatformImageResource(name),
> > And in loadPlatformImageResource(name), webKitClient()->loadResource(name) is called for now.
> > 
> > Also you mentioned "implement loadPlatformResource in RendererWebKitClientImpl" as a subject in http://code.google.com/p/chromium/issues/detail?id=50685
> > 
> > That's why I added loadPlatformResource() in WebKitClient which is the super class of RendererWebKitClientImpl.
> > 
> > Or do I have to change the call RendererWebKitClientImpl::loadPlatformResource() directly from Image::loadPlatformResource() instead of PlatformBridge::loadPlatformImageResource(name)?
> > 
> > What do you think?
> 
> Let's see if we can just use Image::loadPlatformResource() for now, unless there's reason to go beyond that.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list