[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:46:16 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=54361
--- Comment #10 from Naoki Takano <takano.naoki at gmail.com> 2011-02-18 11:46:16 PST ---
IMHO, calling PlatformBridge::loadPlatformImageResource() is better.
Because the function is also used from Source/WebCore/platform/graphics/chromium/ImageChromiumMac.mm
And if we move it, we have to move ImageChromiumMac.mm also.
That is another reason I changed PlatformBridge::loadPlatformImageResource().
(In reply to comment #9)
> (In reply to comment #8)
> > I will change to call RendererWebKitClientImpl::loadPlatformResource() directly from Image::loadPlatformResource() instead of calling PlatformBridge::loadPlatformImageResource(name).
>
> What's wrong with calling PlatformBridge::loadPlatformImageResource()?
--
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