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..86b89c77efb80ed68debf1787fe659a1490df638 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, |
| + const Point& origin, |
| + const Point& translate); |
| private: |
| Size size_; |
| }; |