Chromium Code Reviews| 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_; |
| }; |