summaryrefslogtreecommitdiffstats
path: root/Source/WebKit2/Shared/WebPageCreationParameters.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/Shared/WebPageCreationParameters.h')
-rw-r--r--Source/WebKit2/Shared/WebPageCreationParameters.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebKit2/Shared/WebPageCreationParameters.h b/Source/WebKit2/Shared/WebPageCreationParameters.h
index 31759e1..5fb152f 100644
--- a/Source/WebKit2/Shared/WebPageCreationParameters.h
+++ b/Source/WebKit2/Shared/WebPageCreationParameters.h
@@ -71,6 +71,8 @@ struct WebPageCreationParameters {
bool canRunBeforeUnloadConfirmPanel;
bool canRunModal;
+ float userSpaceScaleFactor;
+
#if PLATFORM(MAC)
bool isSmartInsertDeleteEnabled;
#endif