summaryrefslogtreecommitdiffstats
path: root/pdf/out_of_process_instance.h
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/out_of_process_instance.h')
-rw-r--r--pdf/out_of_process_instance.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pdf/out_of_process_instance.h b/pdf/out_of_process_instance.h
index 8a3de66..1215f19 100644
--- a/pdf/out_of_process_instance.h
+++ b/pdf/out_of_process_instance.h
@@ -333,6 +333,10 @@ class OutOfProcessInstance : public pp::Instance,
// The background color of the PDF viewer.
uint32 background_color_;
+ // The blank space above the first page of the document reserved for the
+ // toolbar.
+ int top_toolbar_height_;
+
DISALLOW_COPY_AND_ASSIGN(OutOfProcessInstance);
};