commit | 651bf314a6a1a77e4cbb66ffb81221200f918290 | [log] [tgz] |
---|---|---|
author | Dan Stoza <stoza@google.com> | Fri Oct 23 17:03:17 2015 -0700 |
committer | Dan Stoza <stoza@google.com> | Mon Feb 22 17:40:36 2016 -0800 |
tree | 600ce3a2c0c43ab6fc58ca363fab08f73783f4f7 | |
parent | c6998d2391e6e54cf0664bb664e0fba2f2fce1da [diff] [blame] |
SF: HWC2 C++ shim Provides an object-based C++ interface to the HWC 2.0 HAL Change-Id: Ie1a7bfd2f6faa548bc45da845a4f50f1915b5806
diff --git a/services/surfaceflinger/DisplayHardware/FloatRect.h b/services/surfaceflinger/DisplayHardware/FloatRect.h index 3b75cc0..9ad1040 100644 --- a/services/surfaceflinger/DisplayHardware/FloatRect.h +++ b/services/surfaceflinger/DisplayHardware/FloatRect.h
@@ -17,6 +17,7 @@ #ifndef ANDROID_SF_FLOAT_RECT #define ANDROID_SF_FLOAT_RECT +#include <ui/Rect.h> #include <utils/TypeHelpers.h> namespace android {