| Index: ui/compositor/compositor.h
|
| diff --git a/ui/compositor/compositor.h b/ui/compositor/compositor.h
|
| index 4cabee074375c41d245d338533458d344450768e..5f4ed2ee4d2c564eef8fb6c1a79d2a75fa188cc3 100644
|
| --- a/ui/compositor/compositor.h
|
| +++ b/ui/compositor/compositor.h
|
| @@ -186,6 +186,9 @@
|
| // the |root_layer|.
|
| void SetBackgroundColor(SkColor color);
|
|
|
| + // Set the visibility of the underlying compositor.
|
| + void SetVisible(bool visible);
|
| +
|
| // Returns the widget for this compositor.
|
| gfx::AcceleratedWidget widget() const { return widget_; }
|
|
|
|
|