summaryrefslogtreecommitdiffstats
path: root/ppapi/thunk/ppb_graphics_2d_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/thunk/ppb_graphics_2d_api.h')
-rw-r--r--ppapi/thunk/ppb_graphics_2d_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ppapi/thunk/ppb_graphics_2d_api.h b/ppapi/thunk/ppb_graphics_2d_api.h
index 4e1bda3..300aefe 100644
--- a/ppapi/thunk/ppb_graphics_2d_api.h
+++ b/ppapi/thunk/ppb_graphics_2d_api.h
@@ -36,6 +36,7 @@ class PPAPI_THUNK_EXPORT PPB_Graphics2D_API {
// Dev interface.
virtual PP_Bool SetScale(float scale) = 0;
virtual float GetScale() = 0;
+ virtual void SetOffset(const PP_Point* offset) = 0;
// Test only
virtual bool ReadImageData(PP_Resource image, const PP_Point* top_left) = 0;