WebKit Bugzilla
Attachment 349173 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]
Follow-up fix of possible build failure
185087-follow-up.patch (text/plain), 1.07 KB, created by
Frédéric Wang (:fredw)
on 2018-09-07 12:05:52 PDT
(
hide
)
Description:
Follow-up fix of possible build failure
Filename:
MIME Type:
Creator:
Frédéric Wang (:fredw)
Created:
2018-09-07 12:05:52 PDT
Size:
1.07 KB
patch
obsolete
>diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog >index 71e1bdc3c7c..2ca98f5e5d4 100644 >--- a/Source/WebCore/ChangeLog >+++ b/Source/WebCore/ChangeLog >@@ -1,3 +1,14 @@ >+2018-09-07 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. >+ >+ * animation/KeyframeEffectReadOnly.h: Add missing forward-declaration FilterOperations. >+ > 2018-09-07 Zalan Bujtas <zalan@apple.com> > > [LFC] Replace "computed" value with "used" value to match spec language >diff --git a/Source/WebCore/animation/KeyframeEffectReadOnly.h b/Source/WebCore/animation/KeyframeEffectReadOnly.h >index eeab01470c7..0feb19de881 100644 >--- a/Source/WebCore/animation/KeyframeEffectReadOnly.h >+++ b/Source/WebCore/animation/KeyframeEffectReadOnly.h >@@ -40,6 +40,7 @@ > namespace WebCore { > > class Element; >+class FilterOperations; > > class KeyframeEffectReadOnly : public AnimationEffectReadOnly > , public CSSPropertyBlendingClient {
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