diff options
Diffstat (limited to 'ui/gfx/compositor/layer.h')
-rw-r--r-- | ui/gfx/compositor/layer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/compositor/layer.h b/ui/gfx/compositor/layer.h index 6e2438a..7bbc890 100644 --- a/ui/gfx/compositor/layer.h +++ b/ui/gfx/compositor/layer.h @@ -26,7 +26,7 @@ class Texture; // NOTE: unlike Views, each Layer does *not* own its children views. If you // delete a Layer and it has children, the parent of each child layer is set to // NULL, but the children are not deleted. -class Layer { +class COMPOSITOR_EXPORT Layer { public: explicit Layer(Compositor* compositor); ~Layer(); |