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

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

Issue 1025893002: compositor-worker: Add mutable attributes to CompositorProxy. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 years, 9 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') | no next file » | 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 021ee6586aec6968b7022f094a7f7f56e1854b59..924362c63edff9625c32fb55549d4a77a5d97864 100644
--- a/Source/core/dom/CompositorProxy.idl
+++ b/Source/core/dom/CompositorProxy.idl
@@ -10,5 +10,10 @@
RaisesException=Constructor,
RuntimeEnabled=CompositorWorker,
] interface CompositorProxy {
+ [RaisesException] attribute double opacity;
+ [RaisesException] attribute double scrollLeft;
+ [RaisesException] attribute double scrollTop;
+ [RaisesException] attribute DOMMatrix transform;
+
boolean supports(DOMString attribute);
};
« no previous file with comments | « Source/core/dom/CompositorProxy.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698