Chromium Code Reviews| Index: ppapi/cpp/dev/widget_dev.h |
| diff --git a/ppapi/cpp/dev/widget_dev.h b/ppapi/cpp/dev/widget_dev.h |
| index 68988bf9704c40e997c63492590910a32d9e6334..ef14c3cf7debea505759c1728e2bb65c689925d2 100644 |
| --- a/ppapi/cpp/dev/widget_dev.h |
| +++ b/ppapi/cpp/dev/widget_dev.h |
| @@ -29,6 +29,7 @@ class Widget_Dev : public Resource { |
| bool HandleEvent(const InputEvent& event); |
| bool GetLocation(Rect* location); |
| void SetLocation(const Rect& location); |
| + void SetScale(float scale); |
| }; |
| } // namespace pp |