Title: [97131] trunk/Source/WebKit/chromium
- Revision
- 97131
- Author
- [email protected]
- Date
- 2011-10-11 00:54:33 -0700 (Tue, 11 Oct 2011)
Log Message
Expose WebLayer::isNull
https://bugs.webkit.org/show_bug.cgi?id=69813
Patch by Antoine Labour <[email protected]> on 2011-10-11
Reviewed by Darin Fisher.
* public/WebLayer.h:
(WebKit::WebLayer::isNull):
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (97130 => 97131)
--- trunk/Source/WebKit/chromium/ChangeLog 2011-10-11 07:50:14 UTC (rev 97130)
+++ trunk/Source/WebKit/chromium/ChangeLog 2011-10-11 07:54:33 UTC (rev 97131)
@@ -1,3 +1,13 @@
+2011-10-11 Antoine Labour <[email protected]>
+
+ Expose WebLayer::isNull
+ https://bugs.webkit.org/show_bug.cgi?id=69813
+
+ Reviewed by Darin Fisher.
+
+ * public/WebLayer.h:
+ (WebKit::WebLayer::isNull):
+
2011-10-10 Sheriff Bot <[email protected]>
Unreviewed, rolling out r97087.
Modified: trunk/Source/WebKit/chromium/public/WebLayer.h (97130 => 97131)
--- trunk/Source/WebKit/chromium/public/WebLayer.h 2011-10-11 07:50:14 UTC (rev 97130)
+++ trunk/Source/WebKit/chromium/public/WebLayer.h 2011-10-11 07:54:33 UTC (rev 97131)
@@ -49,6 +49,7 @@
assign(layer);
return *this;
}
+ bool isNull() { return m_private.isNull(); }
WEBKIT_EXPORT void reset();
WEBKIT_EXPORT void assign(const WebLayer&);
WEBKIT_EXPORT bool equals(const WebLayer&) const;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes