Bug 114022

Summary: [BlackBerry] Remove unused parameters from notifyAnimationStarted() and paintContents()
Product: WebKit Reporter: Alberto Garcia <berto>
Component: WebKit BlackBerryAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: cgarcia, commit-queue, mifenton, rwlbuis, tonikitoo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Alberto Garcia 2013-04-05 04:35:44 PDT
These only produce annoying compiler warnings:

Source/WebKit/blackberry/Api/WebPage_p.h:404:18: warning: unused parameter 'time' [-Wunused-parameter]
Source/WebKit/blackberry/Api/WebPage_p.h:406:18: warning: unused parameter 'inClip' [-Wunused-parameter]
Comment 1 Alberto Garcia 2013-04-05 04:37:46 PDT
Created attachment 196616 [details]
Patch
Comment 2 WebKit Commit Bot 2013-04-05 05:49:12 PDT
Comment on attachment 196616 [details]
Patch

Clearing flags on attachment: 196616

Committed r147740: <http://trac.webkit.org/changeset/147740>
Comment 3 WebKit Commit Bot 2013-04-05 05:49:14 PDT
All reviewed patches have been landed.  Closing bug.