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

Unified Diff: printing/page_overlays.h

Issue 193086: Fix printing project on linux. (Closed)
Patch Set: fix git error Created 11 years, 3 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 | « printing/native_metafile.h ('k') | printing/page_overlays.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/page_overlays.h
diff --git a/printing/page_overlays.h b/printing/page_overlays.h
index f30aa263a1ddc4313e1f12129f02c9214807b5b4..0ffc1baaa49b49caad182a6fcfbecec260f08c2a 100644
--- a/printing/page_overlays.h
+++ b/printing/page_overlays.h
@@ -40,8 +40,9 @@ class PageOverlays {
VerticalPosition y) const;
// Sets the string of an overlay according to its x,y position.
- void SetOverlay(HorizontalPosition x, VerticalPosition y,
- std::wstring& input);
+ void SetOverlay(HorizontalPosition x,
+ VerticalPosition y,
+ const std::wstring& input);
// Replaces the variables in |input| with their actual values according to the
// properties of the current printed document and the current printed page.
« no previous file with comments | « printing/native_metafile.h ('k') | printing/page_overlays.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698