diff options
Diffstat (limited to 'libs/hwui/Rect.h')
-rw-r--r-- | libs/hwui/Rect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/Rect.h b/libs/hwui/Rect.h index de4fa55bb508..dbd188fa15c5 100644 --- a/libs/hwui/Rect.h +++ b/libs/hwui/Rect.h @@ -73,7 +73,7 @@ public: bottom(height) { } - inline Rect(const SkRect& rect): + inline Rect(const SkRect& rect): // NOLINT, implicit left(rect.fLeft), top(rect.fTop), right(rect.fRight), |