| Index: content/public/browser/android/compositor.h
|
| diff --git a/content/public/browser/android/compositor.h b/content/public/browser/android/compositor.h
|
| index 02f188645bed7a4a1c6cf18a6628d34795bebc07..1967caa3a96d60bda8e7fad23ff82c5d16972901 100644
|
| --- a/content/public/browser/android/compositor.h
|
| +++ b/content/public/browser/android/compositor.h
|
| @@ -71,6 +71,9 @@ class CONTENT_EXPORT Compositor {
|
| // Tells the view tree to assume a transparent background when rendering.
|
| virtual void SetHasTransparentBackground(bool flag) = 0;
|
|
|
| + // Sets the background color of the compositor.
|
| + virtual void SetBackgroundColor(int color) = 0;
|
| +
|
| // Request layout and draw. You only need to call this if you need to trigger
|
| // Composite *without* having modified the layer tree.
|
| virtual void SetNeedsComposite() = 0;
|
|
|