summaryrefslogtreecommitdiff
path: root/include/private
diff options
context:
space:
mode:
authorRob Carr <racarr@google.com>2017-03-01 02:43:47 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-03-01 02:43:47 +0000
commitf3edb8989a27b272ffa9273c5735e9dc891380ec (patch)
treed47b2169b547adb09785d08b6524dd366d7d6751 /include/private
parent3b14c2ac6af21b4d37788001908796fc0a1748d8 (diff)
parentcb6e1e385edd44fbc68718e792b7180b1015d438 (diff)
downloadnative-f3edb8989a27b272ffa9273c5735e9dc891380ec.tar.gz
Merge "SurfaceControl: Correct setMatrix parameter naming."
Diffstat (limited to 'include/private')
-rw-r--r--include/private/gui/LayerState.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/private/gui/LayerState.h b/include/private/gui/LayerState.h
index 2a1801b4dd..0bcff465d0 100644
--- a/include/private/gui/LayerState.h
+++ b/include/private/gui/LayerState.h
@@ -77,8 +77,8 @@ struct layer_state_t {
struct matrix22_t {
float dsdx{0};
float dtdx{0};
- float dsdy{0};
float dtdy{0};
+ float dsdy{0};
};
sp<IBinder> surface;
uint32_t what;