OSDN Git Service

ui: Fix Rect::reduce
authorPablo Ceballos <pceballos@google.com>
Thu, 10 Mar 2016 01:19:22 +0000 (17:19 -0800)
committerPablo Ceballos <pceballos@google.com>
Thu, 10 Mar 2016 01:19:22 +0000 (17:19 -0800)
commit19d72c06ac2bc2f57609a4eed3b228f1b4efae8a
tree2106cd0624ed09c1deb367c4614ac45057db0014
parent99dccfc3ec4b304d1ee3497ecbcc3322a84cf606
ui: Fix Rect::reduce

- Properly handle the case where the Rect to be excluded is completely
  outside the other Rect.

Bug 27415039

Change-Id: I3331d5b3ab231d023348079c781b194d24ac37dd
libs/ui/Rect.cpp