summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl/ppb_view_shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/shared_impl/ppb_view_shared.h')
-rw-r--r--ppapi/shared_impl/ppb_view_shared.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ppapi/shared_impl/ppb_view_shared.h b/ppapi/shared_impl/ppb_view_shared.h
index 59b8e72..e3d41ac 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