diff options
Diffstat (limited to 'libs/hwui/OpenGLRenderer.h')
| -rw-r--r-- | libs/hwui/OpenGLRenderer.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/hwui/OpenGLRenderer.h b/libs/hwui/OpenGLRenderer.h index d0e04b2..0e90d20 100644 --- a/libs/hwui/OpenGLRenderer.h +++ b/libs/hwui/OpenGLRenderer.h @@ -108,9 +108,11 @@ private: * The new snapshot is saved in mSnapshot and the previous snapshot * is linked from mSnapshot->previous. * + * @param flags The save flags; see SkCanvas for more information + * * @return The new save count. This value can be passed to #restoreToCount() */ - int saveSnapshot(); + int saveSnapshot(int flags); /** * Restores the current snapshot; mSnapshot becomes mSnapshot->previous. |
