[Webkit-unassigned] [Bug 35069] New: Forward declaration of TimingFunction as a class in GraphicsLayer.h results in compile warnings
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 17 19:21:20 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=35069
Summary: Forward declaration of TimingFunction as a class in
GraphicsLayer.h results in compile warnings
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: vangelis at chromium.org
CC: simon.fraser at apple.com, cmarrin at apple.com
GraphicsLayer.h contains a forward declaration of TimingFunction as:
class TimingFunction
However, TimingFunction is defined as a struct in:
WebCore\Platform\animation\TimingFunction.h
The MSVC compiler issues a warning about this.
Proposed change: Change the forward declaration to read:
struct TimingFunction
--
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