diff options
Diffstat (limited to 'content/common/resize_params.h')
-rw-r--r-- | content/common/resize_params.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/common/resize_params.h b/content/common/resize_params.h index 23c3031..f9eb07c 100644 --- a/content/common/resize_params.h +++ b/content/common/resize_params.h @@ -14,6 +14,7 @@ namespace content { struct CONTENT_EXPORT ResizeParams { ResizeParams(); + ResizeParams(const ResizeParams& other); ~ResizeParams(); // Information about the screen (dpi, depth, etc..). |