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

Unified Diff: printing/page_number.h

Issue 7799003: Add printing.dll to the component build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 | « printing/metafile_skia_wrapper.h ('k') | printing/page_range.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/page_number.h
===================================================================
--- printing/page_number.h (revision 99019)
+++ printing/page_number.h (working copy)
@@ -15,7 +15,7 @@
// Represents a page series following the array of page ranges defined in a
// PrintSettings.
-class PageNumber {
+class PRINTING_EXPORT PageNumber {
public:
// Initializes the page to the first page in the settings's range or 0.
PageNumber(const PrintSettings& settings, int document_page_count);
« no previous file with comments | « printing/metafile_skia_wrapper.h ('k') | printing/page_range.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698