| Index: ui/compositor/layer.h
|
| diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h
|
| index 89602807c8cfc58626b3b81f10f9e7de684fc8e4..a439bbdf1e5c00f9998ac2cea4ee2776750983aa 100644
|
| --- a/ui/compositor/layer.h
|
| +++ b/ui/compositor/layer.h
|
| @@ -191,6 +191,10 @@ class COMPOSITOR_EXPORT Layer
|
| float layer_temperature() const { return layer_temperature_; }
|
| void SetLayerTemperature(float value);
|
|
|
| + // Returns the target color temperature if animator is running, or the current
|
| + // temperature otherwise.
|
| + float GetTargetTemperature() const;
|
| +
|
| // Blur pixels by this amount in anything below the layer and visible through
|
| // the layer.
|
| int background_blur() const { return background_blur_radius_; }
|
|
|