diff options
| author | 2016-07-21 22:19:07 -0700 | |
|---|---|---|
| committer | 2016-07-21 22:19:07 -0700 | |
| commit | 846799d693adc83ba973d8fef6d73dc53a994d1d (patch) | |
| tree | 0efa9d03c0ee4442b8e42e0d86f90ea1a561e63a /libs/hwui/CanvasState.h | |
| parent | 32a2864389661520682f65856eb027dea57d76b5 (diff) | |
| parent | f53bfc911fa88c15b25f38553a5647ad00f221a3 (diff) | |
resolve merge conflicts of f53bfc9 to master
Change-Id: Idb454415b166b2ff215c604475dd9129958e7edd
Diffstat (limited to 'libs/hwui/CanvasState.h')
| -rw-r--r-- | libs/hwui/CanvasState.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/CanvasState.h b/libs/hwui/CanvasState.h index ba260d1ab88e..22c7e8a96cc8 100644 --- a/libs/hwui/CanvasState.h +++ b/libs/hwui/CanvasState.h @@ -72,7 +72,7 @@ public: class CanvasState { public: - CanvasState(CanvasStateClient& renderer); + explicit CanvasState(CanvasStateClient& renderer); ~CanvasState(); /** |