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

Unified Diff: plugin/idl/layer.idl

Issue 6320002: O2D: Several (unrelated) improvements:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: Created 9 years, 11 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 | « core/cross/cairo/renderer_cairo.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plugin/idl/layer.idl
===================================================================
--- plugin/idl/layer.idl (revision 71191)
+++ plugin/idl/layer.idl (working copy)
@@ -59,6 +59,11 @@
[getter, setter] double y;
%[
+ The z coordinate of the layer (used only to determine stacking order).
+ %]
+ [getter, setter] double z;
+
+ %[
The width of this layer.
%]
[getter, setter] double width;
« no previous file with comments | « core/cross/cairo/renderer_cairo.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698