Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1220)

Unified Diff: ppapi/proxy/graphics_2d_resource.h

Issue 1881603002: Added SetLayerTransform to PPAPI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ppapi/proxy/graphics_2d_resource.h
diff --git a/ppapi/proxy/graphics_2d_resource.h b/ppapi/proxy/graphics_2d_resource.h
index 7c8fb69b50ba693f808106a4ca46b8091ed7ff22..f8f7559a883fd521372a5a699ce4804b5123a178 100644
--- a/ppapi/proxy/graphics_2d_resource.h
+++ b/ppapi/proxy/graphics_2d_resource.h
@@ -42,6 +42,9 @@ class PPAPI_PROXY_EXPORT Graphics2DResource
void ReplaceContents(PP_Resource image_data) override;
PP_Bool SetScale(float scale) override;
float GetScale() override;
+ PP_Bool SetLayerTransform(float scale,
+ const PP_Point* Origin,
wjmaclean 2016/04/13 14:47:19 Don't capitalize variable names.
+ const PP_Point* Transform) override;
int32_t Flush(scoped_refptr<TrackedCallback> callback) override;
bool ReadImageData(PP_Resource image, const PP_Point* top_left) override;

Powered by Google App Engine
This is Rietveld 408576698