diff options
| author | 2017-03-07 17:15:50 -0800 | |
|---|---|---|
| committer | 2017-03-08 01:52:19 +0000 | |
| commit | 5aec7b90310ba05f9816fd89030ba41ce48c568e (patch) | |
| tree | 8c2f21ab63ec54660403a1ebe9a4c7776312da71 /libs/hwui/TreeInfo.h | |
| parent | a851664403a6ddad6e3a8fbd71410c9948161dd4 (diff) | |
Revert "Modify SurfaceView to use SurfaceFlinger child surfaces."
This reverts commit cd4aeef88052571365d4e193a2c41e2e6d145491.
Bug: 36027342
Bug: 36015884
Change-Id: Ifd5b69caf64d65a8cd6570b7fe1fb6abe90e30b8
Diffstat (limited to 'libs/hwui/TreeInfo.h')
| -rw-r--r-- | libs/hwui/TreeInfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/hwui/TreeInfo.h b/libs/hwui/TreeInfo.h index e39614b6a5ea..c6fbe2bd55de 100644 --- a/libs/hwui/TreeInfo.h +++ b/libs/hwui/TreeInfo.h @@ -91,6 +91,8 @@ public: LayerUpdateQueue* layerUpdateQueue = nullptr; ErrorHandler* errorHandler = nullptr; + int32_t windowInsetLeft = 0; + int32_t windowInsetTop = 0; bool updateWindowPositions = false; struct Out { |