Changeset 76400 in webkit


Ignore:
Timestamp:
Jan 21, 2011 3:28:06 PM (13 years ago)
Author:
crogers@google.com
Message:

2011-01-21 Chris Rogers <crogers@google.com>

Reviewed by Kenneth Russell.

Fix audio build: change ChromiumBridge to PlatformBridge
https://bugs.webkit.org/show_bug.cgi?id=52928

No new tests since audio API is not yet implemented.

  • platform/audio/chromium/AudioBusChromium.cpp: (WebCore::AudioBus::loadPlatformResource):
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r76397 r76400  
     12011-01-21  Chris Rogers  <crogers@google.com>
     2
     3        Reviewed by Kenneth Russell.
     4
     5        Fix audio build: change ChromiumBridge to PlatformBridge
     6        https://bugs.webkit.org/show_bug.cgi?id=52928
     7
     8        No new tests since audio API is not yet implemented.
     9
     10        * platform/audio/chromium/AudioBusChromium.cpp:
     11        (WebCore::AudioBus::loadPlatformResource):
     12
    1132011-01-21  Chris Rogers  <crogers@google.com>
    214
  • trunk/Source/WebCore/platform/audio/chromium/AudioBusChromium.cpp

    r76380 r76400  
    3737PassOwnPtr<AudioBus> AudioBus::loadPlatformResource(const char* name, double sampleRate)
    3838{
    39     return ChromiumBridge::loadPlatformAudioResource(name, sampleRate);
     39    return PlatformBridge::loadPlatformAudioResource(name, sampleRate);
    4040}
    4141
Note: See TracChangeset for help on using the changeset viewer.