Changeset 112520 in webkit


Ignore:
Timestamp:
Mar 29, 2012 5:02:59 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[BlackBerry] Add an empty implementation of GraphicsContext3D::setErrorMessageCallback
https://bugs.webkit.org/show_bug.cgi?id=82570

Patch by Robin Cao <robin.cao@torchmobile.com.cn> on 2012-03-29
Reviewed by Rob Buis.

No new tests, no change in functionality.

  • platform/graphics/blackberry/GraphicsContext3DBlackBerry.cpp:

(WebCore::GraphicsContext3D::setErrorMessageCallback): Add an empty implementation.
(WebCore):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r112519 r112520  
     12012-03-29  Robin Cao  <robin.cao@torchmobile.com.cn>
     2
     3        [BlackBerry] Add an empty implementation of GraphicsContext3D::setErrorMessageCallback
     4        https://bugs.webkit.org/show_bug.cgi?id=82570
     5
     6        Reviewed by Rob Buis.
     7
     8        No new tests, no change in functionality.
     9
     10        * platform/graphics/blackberry/GraphicsContext3DBlackBerry.cpp:
     11        (WebCore::GraphicsContext3D::setErrorMessageCallback): Add an empty implementation.
     12        (WebCore):
     13
    1142012-03-29  Robin Cao  <robin.cao@torchmobile.com.cn>
    215
  • trunk/Source/WebCore/platform/graphics/blackberry/GraphicsContext3DBlackBerry.cpp

    r112124 r112520  
    204204}
    205205
     206void GraphicsContext3D::setErrorMessageCallback(PassOwnPtr<ErrorMessageCallback>)
     207{
     208}
     209
    206210} // namespace WebCore
    207211
Note: See TracChangeset for help on using the changeset viewer.