[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 10:42:13 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=54361
--- Comment #6 from Naoki Takano <takano.naoki at gmail.com> 2011-02-18 10:42:13 PST ---
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?
--
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