From 5d02b183d0e9a471771d11c86f003cf10174b2da Mon Sep 17 00:00:00 2001 From: Jongmok Kim Date: Thu, 23 Jan 2020 02:37:04 +0000 Subject: [PATCH] Remove unused function at ui/compositor/layer.h GetTargetTemperature seems not used. Bug: None Change-Id: Ib29a2ac861665eaba30c9ab10af483d8f5892a99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2014350 Reviewed-by: kylechar Commit-Queue: Sang Woo Ko Cr-Commit-Position: refs/heads/master@{#734324} --- AUTHORS | 1 + ui/compositor/layer.h | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index 443531950979b6..fb71d4264860b9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -467,6 +467,7 @@ Jonathan Hacker Jongdeok Kim Jongheon Kim JongKwon Lee +Jongmok Kim Jongsoo Lee Joone Hur Joonghun Park diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h index b5d04ab760678d..50dc513d0a8907 100644 --- a/ui/compositor/layer.h +++ b/ui/compositor/layer.h @@ -215,10 +215,6 @@ class COMPOSITOR_EXPORT Layer : public LayerAnimationDelegate, // the combined opacity of the parent. float GetCombinedOpacity() const; - // Returns the target color temperature if animator is running, or the current - // temperature otherwise. - float GetTargetTemperature() const; - // Blur pixels by 3 * this amount in anything below the layer and visible // through the layer. float background_blur() const { return background_blur_sigma_; }