Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h |
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h |
index 3c57500a5b8c1297191d2b91ca490f0e8deb1a63..176eb8d2cad575854c585023efec551fa62882ed 100644 |
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h |
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h |
@@ -178,7 +178,7 @@ public: |
bool isPageBoxVisible(int pageIndex) override; |
void pageSizeAndMarginsInPixels( |
int pageIndex, |
- WebSize& pageSize, |
+ WebDoubleSize& pageSize, |
int& marginTop, |
int& marginRight, |
int& marginBottom, |