Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(407)

Unified Diff: Source/core/dom/CompositorProxy.idl

Issue 1064123002: compositor-worker: Introduce CompositorProxy::disconnect(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix-win-for-realz Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/dom/CompositorProxy.cpp ('k') | Source/core/dom/Element.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/CompositorProxy.idl
diff --git a/Source/core/dom/CompositorProxy.idl b/Source/core/dom/CompositorProxy.idl
index 924362c63edff9625c32fb55549d4a77a5d97864..a4f19f73817b13a14e382a53cd3462842d9d0d6a 100644
--- a/Source/core/dom/CompositorProxy.idl
+++ b/Source/core/dom/CompositorProxy.idl
@@ -16,4 +16,5 @@
[RaisesException] attribute DOMMatrix transform;
boolean supports(DOMString attribute);
+ void disconnect();
};
« no previous file with comments | « Source/core/dom/CompositorProxy.cpp ('k') | Source/core/dom/Element.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698