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

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
« Source/core/dom/CompositorProxy.h ('K') | « 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 9276f09785b31632656e07bc1c6e868dafd027d8..aaa7a3b86887c31e758ca68f943d0f7190297371 100644
--- a/Source/core/dom/CompositorProxy.idl
+++ b/Source/core/dom/CompositorProxy.idl
@@ -12,4 +12,8 @@
] interface CompositorProxy {
readonly attribute long elementId;
readonly attribute long attributes;
+
+ [RaisesException] attribute double opacity;
+ [RaisesException] attribute double scrollTop;
+ [RaisesException] attribute double[] transform;
};
« Source/core/dom/CompositorProxy.h ('K') | « Source/core/dom/CompositorProxy.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698