Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Unified Diff: third_party/WebKit/public/web/WebLocalFrame.h

Issue 2116283002: Don't let rounding prematurely influence document size when printing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@620456-2
Patch Set: bug 467579 Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/public/platform/WebDoubleSize.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebLocalFrame.h
diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
index 88f07d4d8c1fcfd6fb03c00036ea020b5e77d9c0..e2ed47e247e113dbcb1ec7a2d4fe997e01f6a422 100644
--- a/third_party/WebKit/public/web/WebLocalFrame.h
+++ b/third_party/WebKit/public/web/WebLocalFrame.h
@@ -17,6 +17,7 @@ class WebAutofillClient;
class WebContentSettingsClient;
class WebDevToolsAgent;
class WebDevToolsAgentClient;
+class WebDoubleSize;
class WebFrameClient;
class WebFrameWidget;
class WebRange;
@@ -163,7 +164,7 @@ public:
// marginLeft must be initialized to the default values that are used if
// auto is specified.
virtual void pageSizeAndMarginsInPixels(int pageIndex,
- WebSize& pageSize,
+ WebDoubleSize& pageSize,
int& marginTop,
int& marginRight,
int& marginBottom,
« no previous file with comments | « third_party/WebKit/public/platform/WebDoubleSize.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698