RESOLVED FIXED 99190
Update method signature for platformCALayerShowRepaintCounter in MediaPlayerPlayerPrivateAVFoundation's LayerClient class.
https://bugs.webkit.org/show_bug.cgi?id=99190
Summary Update method signature for platformCALayerShowRepaintCounter in MediaPlayerP...
Roger Fong
Reported 2012-10-12 11:01:46 PDT
LayerClient's base class (PlatformCALayerClient) method signature for abstract method platformCALayerShowRepaintCounter was updated in http://trac.webkit.org/changeset/130676 so it needs to be changed in LayerClient as well.
Attachments
patch (1.99 KB, patch)
2012-10-12 11:02 PDT, Roger Fong
no flags
patch (1.99 KB, patch)
2012-10-12 11:16 PDT, Roger Fong
simon.fraser: review+
Roger Fong
Comment 1 2012-10-12 11:02:58 PDT
WebKit Review Bot
Comment 2 2012-10-12 11:04:51 PDT
Attachment 168446 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1 Source/WebCore/ChangeLog:1: ChangeLog entry has no bug number [changelog/bugnumber] [5] Total errors found: 1 in 2 files If any of these errors are false positives, please file a bug against check-webkit-style.
Simon Fraser (smfr)
Comment 3 2012-10-12 11:05:16 PDT
Why didn't this break the build?
Roger Fong
Comment 4 2012-10-12 11:10:15 PDT
AVCF is disabled on OpenSource
Roger Fong
Comment 5 2012-10-12 11:16:35 PDT
Simon Fraser (smfr)
Comment 6 2012-10-12 11:17:44 PDT
Comment on attachment 168450 [details] patch We should really make platformCALayerClient non-pure to avoid all these overrides.
Roger Fong
Comment 7 2012-10-12 12:02:03 PDT
Note You need to log in before you can comment on or make changes to this bug.