WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
135237
[TexMap] GraphicsLayerTextureMapper::addAnimation() box size parameter should be FloatSize
https://bugs.webkit.org/show_bug.cgi?id=135237
Summary
[TexMap] GraphicsLayerTextureMapper::addAnimation() box size parameter should...
Zan Dobersek
Reported
2014-07-24 05:38:34 PDT
[TexMap] GraphicsLayerTextureMapper::addAnimation() box size parameter should be FloatSize
Attachments
Patch
(2.65 KB, patch)
2014-07-24 05:43 PDT
,
Zan Dobersek
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Zan Dobersek
Comment 1
2014-07-24 05:43:13 PDT
Created
attachment 235426
[details]
Patch
Martin Robinson
Comment 2
2014-07-24 07:20:00 PDT
Comment on
attachment 235426
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=235426&action=review
> Source/WebCore/platform/graphics/texmap/GraphicsLayerTextureMapper.h:84 > - virtual bool addAnimation(const KeyframeValueList&, const IntSize&, const Animation*, const String&, double); > + virtual bool addAnimation(const KeyframeValueList&, const FloatSize&, const Animation*, const String&, double);
I think adding override to this delcaration is a good idea, since it has the potential to catch these errors in the future.
Zan Dobersek
Comment 3
2014-07-29 01:10:06 PDT
Comment on
attachment 235426
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=235426&action=review
>> Source/WebCore/platform/graphics/texmap/GraphicsLayerTextureMapper.h:84 >> + virtual bool addAnimation(const KeyframeValueList&, const FloatSize&, const Animation*, const String&, double); > > I think adding override to this delcaration is a good idea, since it has the potential to catch these errors in the future.
That should be done throughout the texmap code. I'll at least run clang-modernize over it, but there are also other things I want to improve.
Zan Dobersek
Comment 4
2014-07-29 01:13:31 PDT
Comment on
attachment 235426
[details]
Patch Clearing flags on attachment: 235426 Committed
r171725
: <
http://trac.webkit.org/changeset/171725
>
Zan Dobersek
Comment 5
2014-07-29 01:13:40 PDT
All reviewed patches have been landed. Closing bug.
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