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

Unified Diff: printing/page_setup.h

Issue 8505024: PrintPreview: [LINUX] While flipping the orientation, do not rotate the margins values. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « no previous file | printing/page_setup.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/page_setup.h
diff --git a/printing/page_setup.h b/printing/page_setup.h
index 8ed342ab683a2f28a75fbf850fc162d303679961..585d48ab8bd1121ac68565f9f190ec186328f29e 100644
--- a/printing/page_setup.h
+++ b/printing/page_setup.h
@@ -15,9 +15,6 @@ class PRINTING_EXPORT PageMargins {
public:
PageMargins();
- // Rotates the margin values in anti-clockwise direction.
- void Rotate();
-
void Clear();
// Equality operator.
« no previous file with comments | « no previous file | printing/page_setup.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698