Bug 31966 - Remove #include RenderStyle.h from KeyframeAnimation.h; Instead, forward declare it.
Summary: Remove #include RenderStyle.h from KeyframeAnimation.h; Instead, forward decl...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 3761
Blocks:
  Show dependency treegraph
 
Reported: 2009-11-29 16:31 PST by Daniel Bates
Modified: 2009-11-29 16:51 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.60 KB, patch)
2009-11-29 16:33 PST, Daniel Bates
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 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.
Comment 1 Daniel Bates 2009-11-29 16:33:17 PST
Created attachment 43997 [details]
Patch

No functionality was changed. So, no new tests.
Comment 2 Eric Seidel (no email) 2009-11-29 16:48:57 PST
Comment on attachment 43997 [details]
Patch

LGTM.
Comment 3 Daniel Bates 2009-11-29 16:51:01 PST
Committed r51470: <http://trac.webkit.org/changeset/51470>