WebKit Bugzilla
Attachment 349392 Details for
Bug 185087
: Refactor filter list checking code
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Another follow-up fix of potential build failure
185087.patch (text/plain), 1006 bytes, created by
Frédéric Wang (:fredw)
on 2018-09-11 05:42:51 PDT
(
hide
)
Description:
Another follow-up fix of potential build failure
Filename:
MIME Type:
Creator:
Frédéric Wang (:fredw)
Created:
2018-09-11 05:42:51 PDT
Size:
1006 bytes
patch
obsolete
>diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog >index e60abee4189..caf6c2afa7b 100644 >--- a/Source/WebCore/ChangeLog >+++ b/Source/WebCore/ChangeLog >@@ -1 +1,12 @@ >+2018-09-11 Frederic Wang <fwang@igalia.com> >+ >+ Refactor filter list checking code >+ https://bugs.webkit.org/show_bug.cgi?id=185087 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ No new tests, behavior unchanged. >+ >+ * page/animation/KeyframeAnimation.h: Add missing forward-declaration FilterOperations. >+ > == Rolled over to ChangeLog-2018-09-11 == >diff --git a/Source/WebCore/page/animation/KeyframeAnimation.h b/Source/WebCore/page/animation/KeyframeAnimation.h >index 46fb7d25f3d..837dd397174 100644 >--- a/Source/WebCore/page/animation/KeyframeAnimation.h >+++ b/Source/WebCore/page/animation/KeyframeAnimation.h >@@ -34,6 +34,7 @@ > > namespace WebCore { > >+class FilterOperations; > class RenderStyle; > > // A KeyframeAnimation tracks the state of an explicit animation for a single RenderElement.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 185087
:
339018
|
349173
| 349392 |
349552