WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
31965
Remove #include KeyframeList.h from CSSStyleSelector.h; Instead, forward declare it.
https://bugs.webkit.org/show_bug.cgi?id=31965
Summary
Remove #include KeyframeList.h from CSSStyleSelector.h; Instead, forward decl...
Daniel Bates
Reported
2009-11-29 16:18:06 PST
We don't need to #include KeyframeList.h in CSSStyleSelector.h. Instead, we can forward declare it. As a side effect removing the #include from CSSStyleSelector.h, we need to #include KeyframeList.h in RenderLayerBacking.cpp, since it uses KeyframeList.h.
Attachments
Patch
(2.22 KB, patch)
2009-11-29 16:22 PST
,
Daniel Bates
eric
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Daniel Bates
Comment 1
2009-11-29 16:22:15 PST
Created
attachment 43996
[details]
Patch No functionality was changed, so no new tests.
Eric Seidel (no email)
Comment 2
2009-11-29 16:49:57 PST
Comment on
attachment 43996
[details]
Patch LGTM.
Daniel Bates
Comment 3
2009-11-29 17:33:02 PST
Committed
r51472
: <
http://trac.webkit.org/changeset/51472
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug