Chromium Code Reviews| Index: ppapi/shared_impl/ppb_view_shared.h |
| diff --git a/ppapi/shared_impl/ppb_view_shared.h b/ppapi/shared_impl/ppb_view_shared.h |
| index 59b8e723edf40ef46c57371f47bb08d6aca6406d..e3d41acbb28e0e792a2f5f104ce624ca790fd8ab 100644 |
| --- a/ppapi/shared_impl/ppb_view_shared.h |
| +++ b/ppapi/shared_impl/ppb_view_shared.h |
| @@ -25,6 +25,8 @@ struct PPAPI_SHARED_EXPORT ViewData { |
| bool is_fullscreen; |
| bool is_page_visible; |
| PP_Rect clip_rect; |
| + float device_scale; |
| + float css_scale; |
| }; |
| class PPAPI_SHARED_EXPORT PPB_View_Shared |