Title: [112520] trunk/Source/WebCore
- Revision
- 112520
- Author
- [email protected]
- Date
- 2012-03-29 05:02:59 -0700 (Thu, 29 Mar 2012)
Log Message
[BlackBerry] Add an empty implementation of GraphicsContext3D::setErrorMessageCallback
https://bugs.webkit.org/show_bug.cgi?id=82570
Patch by Robin Cao <[email protected]> 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):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (112519 => 112520)
--- trunk/Source/WebCore/ChangeLog 2012-03-29 11:56:54 UTC (rev 112519)
+++ trunk/Source/WebCore/ChangeLog 2012-03-29 12:02:59 UTC (rev 112520)
@@ -1,5 +1,18 @@
2012-03-29 Robin Cao <[email protected]>
+ [BlackBerry] Add an empty implementation of GraphicsContext3D::setErrorMessageCallback
+ https://bugs.webkit.org/show_bug.cgi?id=82570
+
+ Reviewed by Rob Buis.
+
+ No new tests, no change in functionality.
+
+ * platform/graphics/blackberry/GraphicsContext3DBlackBerry.cpp:
+ (WebCore::GraphicsContext3D::setErrorMessageCallback): Add an empty implementation.
+ (WebCore):
+
+2012-03-29 Robin Cao <[email protected]>
+
[BlackBerry] Clean up ImageBufferData
https://bugs.webkit.org/show_bug.cgi?id=82444
Modified: trunk/Source/WebCore/platform/graphics/blackberry/GraphicsContext3DBlackBerry.cpp (112519 => 112520)
--- trunk/Source/WebCore/platform/graphics/blackberry/GraphicsContext3DBlackBerry.cpp 2012-03-29 11:56:54 UTC (rev 112519)
+++ trunk/Source/WebCore/platform/graphics/blackberry/GraphicsContext3DBlackBerry.cpp 2012-03-29 12:02:59 UTC (rev 112520)
@@ -203,6 +203,10 @@
{
}
+void GraphicsContext3D::setErrorMessageCallback(PassOwnPtr<ErrorMessageCallback>)
+{
+}
+
} // namespace WebCore
#endif // ENABLE(WEBGL)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes