diff options
| author | 2015-02-27 10:55:28 -0800 | |
|---|---|---|
| committer | 2015-02-27 16:13:26 -0800 | |
| commit | 6b109c74982033d4a220cd10a0eab8b024b351c9 (patch) | |
| tree | 1e812780630475ff43c9a7f84bcf392996b43ac0 /libs/hwui/CanvasState.h | |
| parent | 26bf34200e40a0fa8c66366559aa016380cd8c6f (diff) | |
Fix glop rendering within unclipped saveLayers
bug:19541881
Additionally, clean up GlopBuilders
and rename onGetSnapshot() for clarity
Change-Id: I0303e4cd61eef87cf80af2d968c4aa67193cd008
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 121112b8e078..4db5ed20a9a8 100644 --- a/libs/hwui/CanvasState.h +++ b/libs/hwui/CanvasState.h @@ -51,7 +51,7 @@ public: * Allows subclasses to control what value is stored in snapshot's * fbo field in * initializeSaveStack. */ - virtual GLuint onGetTargetFbo() const = 0; + virtual GLuint getTargetFbo() const = 0; }; // class CanvasStateClient |