diff options
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 121112b..4db5ed2 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 |