Changeset 175699 in webkit


Ignore:
Timestamp:
Nov 6, 2014 10:05:07 AM (9 years ago)
Author:
mitz@apple.com
Message:

iOS build fix.

  • WebProcess/Plugins/PluginController.h:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r175698 r175699  
     12014-11-06  Dan Bernstein  <mitz@apple.com>
     2
     3        iOS build fix.
     4
     5        * WebProcess/Plugins/PluginController.h:
     6
    172014-11-06  Daniel Bates  <dabates@apple.com>
    28
  • trunk/Source/WebKit2/WebProcess/Plugins/PluginController.h

    r175686 r175699  
    8282    // Evaluates the given script string in the context of the given NPObject.
    8383    virtual bool evaluate(NPObject*, const String& scriptString, NPVariant* result, bool allowPopups) = 0;
     84
     85    // Called by the Netscape plug-in when it starts or stops playing audio.
     86    virtual void setPluginIsPlayingAudio(bool) = 0;
    8487#endif
    8588
     
    156159    virtual void didFailToInitializePlugin() = 0;
    157160
    158     // Called by the Netscape plug-in when it starts or stops playing audio.
    159     virtual void setPluginIsPlayingAudio(bool) = 0;
    160 
    161161    // Helper class for delaying destruction of a plug-in.
    162162    class PluginDestructionProtector {
Note: See TracChangeset for help on using the changeset viewer.