| 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..8119997abff4d55fd30164ae71929890ca4367f3 100644
|
| --- a/third_party/WebKit/Source/core/dom/CompositorProxy.idl
|
| +++ b/third_party/WebKit/Source/core/dom/CompositorProxy.idl
|
| @@ -14,6 +14,8 @@
|
| [RaisesException] attribute double scrollLeft;
|
| [RaisesException] attribute double scrollTop;
|
| [RaisesException] attribute DOMMatrix transform;
|
| + readonly attribute boolean connected;
|
| + readonly attribute boolean initialized;
|
|
|
| boolean supports(DOMString attribute);
|
| void disconnect();
|
|
|