summaryrefslogtreecommitdiff
path: root/libs/hwui/TreeInfo.h
diff options
context:
space:
mode:
authorRobert Carr <racarr@google.com>2017-03-01 12:02:05 -0800
committerRobert Carr <racarr@google.com>2017-03-02 10:38:40 -0800
commit8c31e1db2a2cea4278503d6b9b27bca87946ef36 (patch)
treeb2fe7249d219ea97a192db9a43fed0a4b8a661b8 /libs/hwui/TreeInfo.h
parent555bf41049bbc387d920704f7a1f23314bc84986 (diff)
SurfaceView: Include surfaceInsets in position calculation
Previously the WM was taking care of this. Fixes: 35588318 Fixes: 34888808 Test: Manual Change-Id: I8b48d89f830bbef43b0132d191b29552e9c35702
Diffstat (limited to 'libs/hwui/TreeInfo.h')
-rw-r--r--libs/hwui/TreeInfo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/hwui/TreeInfo.h b/libs/hwui/TreeInfo.h
index c6fbe2bd55de..e39614b6a5ea 100644
--- a/libs/hwui/TreeInfo.h
+++ b/libs/hwui/TreeInfo.h
@@ -91,8 +91,6 @@ public:
LayerUpdateQueue* layerUpdateQueue = nullptr;
ErrorHandler* errorHandler = nullptr;
- int32_t windowInsetLeft = 0;
- int32_t windowInsetTop = 0;
bool updateWindowPositions = false;
struct Out {