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

Unified Diff: ppapi/cpp/graphics_2d.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/cpp/graphics_2d.h
diff --git a/ppapi/cpp/graphics_2d.h b/ppapi/cpp/graphics_2d.h
index c6a23905d6f3e0e41dd82570bf1a1457d1215a5e..6ea32cfaec08ce80735859a615af915319de7bd9 100644
--- a/ppapi/cpp/graphics_2d.h
+++ b/ppapi/cpp/graphics_2d.h
@@ -284,6 +284,9 @@ class Graphics2D : public Resource {
/// is 1.0.
float GetScale();
+ bool SetLayerTransform(float Scale,
wjmaclean 2016/04/13 14:47:19 Don't capitalize variable names.
alessandroa 2016/04/21 15:39:21 Done.
+ const Point& Origin,
+ const Point& Transform);
private:
Size size_;
};

Powered by Google App Engine
This is Rietveld 408576698