RESOLVED FIXED 31966
Remove #include RenderStyle.h from KeyframeAnimation.h; Instead, forward declare it.
https://bugs.webkit.org/show_bug.cgi?id=31966
Summary Remove #include RenderStyle.h from KeyframeAnimation.h; Instead, forward decl...
Daniel Bates
Reported 2009-11-29 16:31:55 PST
We don't need to #include RenderStyle.h in file KeyframeAnimation.h. Instead, we can forward declare it.
Attachments
Patch (1.60 KB, patch)
2009-11-29 16:33 PST, Daniel Bates
eric: review+
Daniel Bates
Comment 1 2009-11-29 16:33:17 PST
Created attachment 43997 [details] Patch No functionality was changed. So, no new tests.
Eric Seidel (no email)
Comment 2 2009-11-29 16:48:57 PST
Comment on attachment 43997 [details] Patch LGTM.
Daniel Bates
Comment 3 2009-11-29 16:51:01 PST
Note You need to log in before you can comment on or make changes to this bug.