Title: [147728] trunk/Source/WebKit/blackberry
- Revision
- 147728
- Author
- [email protected]
- Date
- 2013-04-05 01:59:30 -0700 (Fri, 05 Apr 2013)
Log Message
[BlackBerry] WebOverlayPrivate: remove showDebugBorders() and showRepaintCounter()
https://bugs.webkit.org/show_bug.cgi?id=114009
Patch by Alberto Garcia <[email protected]> on 2013-04-05
Reviewed by Carlos Garcia Campos.
These methods were removed in r133517 but were accidentally
introduced again in r145968.
* Api/WebOverlay_p.h:
(WebOverlayPrivateWebKitThread):
Modified Paths
Diff
Modified: trunk/Source/WebKit/blackberry/Api/WebOverlay_p.h (147727 => 147728)
--- trunk/Source/WebKit/blackberry/Api/WebOverlay_p.h 2013-04-05 08:25:49 UTC (rev 147727)
+++ trunk/Source/WebKit/blackberry/Api/WebOverlay_p.h 2013-04-05 08:59:30 UTC (rev 147728)
@@ -169,8 +169,6 @@
virtual void notifyAnimationStarted(const WebCore::GraphicsLayer*, double time) { }
virtual void notifyFlushRequired(const WebCore::GraphicsLayer*);
virtual void paintContents(const WebCore::GraphicsLayer*, WebCore::GraphicsContext&, WebCore::GraphicsLayerPaintingPhase, const WebCore::IntRect& inClip);
- virtual bool showDebugBorders(const WebCore::GraphicsLayer*) const { return false; }
- virtual bool showRepaintCounter(const WebCore::GraphicsLayer*) const { return false; }
private:
OwnPtr<WebCore::GraphicsLayer> m_layer;
Modified: trunk/Source/WebKit/blackberry/ChangeLog (147727 => 147728)
--- trunk/Source/WebKit/blackberry/ChangeLog 2013-04-05 08:25:49 UTC (rev 147727)
+++ trunk/Source/WebKit/blackberry/ChangeLog 2013-04-05 08:59:30 UTC (rev 147728)
@@ -1,3 +1,16 @@
+2013-04-05 Alberto Garcia <[email protected]>
+
+ [BlackBerry] WebOverlayPrivate: remove showDebugBorders() and showRepaintCounter()
+ https://bugs.webkit.org/show_bug.cgi?id=114009
+
+ Reviewed by Carlos Garcia Campos.
+
+ These methods were removed in r133517 but were accidentally
+ introduced again in r145968.
+
+ * Api/WebOverlay_p.h:
+ (WebOverlayPrivateWebKitThread):
+
2013-04-05 Anthony Scian <[email protected]>
[BlackBerry] WebOverlay: check if platformContext is null
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes