Bug 135826 - Remove the default implementations of the virtual methods in MediaPlayerClient
Summary: Remove the default implementations of the virtual methods in MediaPlayerClient
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 135816
Blocks:
  Show dependency treegraph
 
Reported: 2014-08-11 18:04 PDT by Jer Noble
Modified: 2014-08-11 18:05 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jer Noble 2014-08-11 18:04:56 PDT
Currently, the virtual methods in MediaPlayerClient all have inline implementations. They should either be made pure-virtual, or have their implementations moved into a .cpp file.