Bug 31966

Summary: Remove #include RenderStyle.h from KeyframeAnimation.h; Instead, forward declare it.
Product: WebKit Reporter: Daniel Bates <dbates>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, ian, mitz
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 3761    
Bug Blocks:    
Attachments:
Description Flags
Patch eric: review+

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>