diff options
| author | 2014-05-20 18:10:25 -0700 | |
|---|---|---|
| committer | 2014-05-21 13:50:29 -0700 | |
| commit | 797b95b26bbb7557678af78b9a2a61830158920f (patch) | |
| tree | b2e895c064c511446b2709160c9d614819f871b2 /libs/hwui/OpenGLRenderer.h | |
| parent | d6a91b0bb64b17dcf4ae635f428dfd4ad310f73e (diff) | |
Define light position (using new lighting spec) in Java
Also updates the relative shadow strengths.
Change-Id: I6cac7275d38df98aea9f0dda463cd7207102986a
Diffstat (limited to 'libs/hwui/OpenGLRenderer.h')
| -rw-r--r-- | libs/hwui/OpenGLRenderer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/OpenGLRenderer.h b/libs/hwui/OpenGLRenderer.h index f70ae5838b4a..c6d90714978d 100644 --- a/libs/hwui/OpenGLRenderer.h +++ b/libs/hwui/OpenGLRenderer.h @@ -131,7 +131,7 @@ public: ANDROID_API void initProperties(); - virtual void setViewport(int width, int height); + virtual void onViewportInitialized(); virtual status_t prepareDirty(float left, float top, float right, float bottom, bool opaque); virtual void finish(); virtual void interrupt(); |