Index: third_party/WebKit/Source/core/dom/CompositorProxy.idl |
diff --git a/third_party/WebKit/Source/core/dom/CompositorProxy.idl b/third_party/WebKit/Source/core/dom/CompositorProxy.idl |
index 53de14b81dfeaacb968e27f3f3576e9beace07e0..807ef0687f00fc73c8a418859df3185cb6b6eed0 100644 |
--- a/third_party/WebKit/Source/core/dom/CompositorProxy.idl |
+++ b/third_party/WebKit/Source/core/dom/CompositorProxy.idl |
@@ -14,6 +14,7 @@ |
[RaisesException] attribute double scrollLeft; |
[RaisesException] attribute double scrollTop; |
[RaisesException] attribute DOMMatrix transform; |
+ readonly attribute boolean connected; |
boolean supports(DOMString attribute); |
void disconnect(); |