[ui] fix comments of ui::Layer

R=danakj@chromium.org
BUG=NONE
TEST=NONE(No functional change)

Review URL: https://codereview.chromium.org/124843002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243255 0039d316-1c4b-4281-b951-d872f2087c98
parent 7f39857a
...@@ -56,8 +56,8 @@ class Texture; ...@@ -56,8 +56,8 @@ class Texture;
// Coordinate system used in layers is DIP (Density Independent Pixel) // Coordinate system used in layers is DIP (Density Independent Pixel)
// coordinates unless explicitly mentioned as pixel coordinates. // coordinates unless explicitly mentioned as pixel coordinates.
// //
// NOTE: unlike Views, each Layer does *not* own its children views. If you // NOTE: Unlike Views, each Layer does *not* own its child Layers. If you
// delete a Layer and it has children, the parent of each child layer is set to // delete a Layer and it has children, the parent of each child Layer is set to
// NULL, but the children are not deleted. // NULL, but the children are not deleted.
class COMPOSITOR_EXPORT Layer class COMPOSITOR_EXPORT Layer
: public LayerAnimationDelegate, : public LayerAnimationDelegate,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment