Title: [146497] trunk/Source/WebCore
- Revision
- 146497
- Author
- commit-qu...@webkit.org
- Date
- 2013-03-21 12:22:59 -0700 (Thu, 21 Mar 2013)
Log Message
[BlackBerry] DrawingBuffer: add clearPlatformLayer() implementation
https://bugs.webkit.org/show_bug.cgi?id=112696
Patch by Alberto Garcia <agar...@igalia.com> on 2013-03-21
Reviewed by Rob Buis.
DrawingBuffer::clearPlatformLayer() was added in r139142.
This is not needed in the BlackBerry port, so this patch only
contains a dummy implementation.
* platform/graphics/blackberry/DrawingBufferBlackBerry.cpp:
(WebCore):
(WebCore::DrawingBuffer::clearPlatformLayer):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (146496 => 146497)
--- trunk/Source/WebCore/ChangeLog 2013-03-21 19:19:23 UTC (rev 146496)
+++ trunk/Source/WebCore/ChangeLog 2013-03-21 19:22:59 UTC (rev 146497)
@@ -1,3 +1,19 @@
+2013-03-21 Alberto Garcia <agar...@igalia.com>
+
+ [BlackBerry] DrawingBuffer: add clearPlatformLayer() implementation
+ https://bugs.webkit.org/show_bug.cgi?id=112696
+
+ Reviewed by Rob Buis.
+
+ DrawingBuffer::clearPlatformLayer() was added in r139142.
+
+ This is not needed in the BlackBerry port, so this patch only
+ contains a dummy implementation.
+
+ * platform/graphics/blackberry/DrawingBufferBlackBerry.cpp:
+ (WebCore):
+ (WebCore::DrawingBuffer::clearPlatformLayer):
+
2013-03-21 Florin Malita <fmal...@chromium.org>
[SVG] Suppress painting when an empty viewBox is specified
Modified: trunk/Source/WebCore/platform/graphics/blackberry/DrawingBufferBlackBerry.cpp (146496 => 146497)
--- trunk/Source/WebCore/platform/graphics/blackberry/DrawingBufferBlackBerry.cpp 2013-03-21 19:19:23 UTC (rev 146496)
+++ trunk/Source/WebCore/platform/graphics/blackberry/DrawingBufferBlackBerry.cpp 2013-03-21 19:22:59 UTC (rev 146497)
@@ -125,6 +125,10 @@
{
return m_internal->platformLayer.get();
}
+
+void DrawingBuffer::clearPlatformLayer()
+{
+}
#endif
} // namespace WebCore
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes