Index: chrome/browser/resources/pdf/pdf.js |
diff --git a/chrome/browser/resources/pdf/pdf.js b/chrome/browser/resources/pdf/pdf.js |
index 6f8e0318d412d53b6646945aeaaa5c609f192466..18c8f38e4e2d94ebed109b08cc74b753bf480249 100644 |
--- a/chrome/browser/resources/pdf/pdf.js |
+++ b/chrome/browser/resources/pdf/pdf.js |
@@ -85,7 +85,7 @@ PDFViewer.MIN_TOOLBAR_OFFSET = 15; |
* The height of the toolbar along the top of the page. The document will be |
* shifted down by this much in the viewport. |
*/ |
-PDFViewer.MATERIAL_TOOLBAR_HEIGHT = 64; |
+PDFViewer.MATERIAL_TOOLBAR_HEIGHT = 56; |
/** |
* Creates a new PDFViewer. There should only be one of these objects per |