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

Unified Diff: printing/printed_page.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
Index: printing/printed_page.h
===================================================================
--- printing/printed_page.h (revision 98598)
+++ printing/printed_page.h (working copy)
@@ -19,7 +19,8 @@
// Note: May be accessed from many threads at the same time. This is an non
// issue since this object is immutable. The reason is that a page may be
// printed and be displayed at the same time.
-class PrintedPage : public base::RefCountedThreadSafe<PrintedPage> {
+class PRINTING_EXPORT PrintedPage
+ : public base::RefCountedThreadSafe<PrintedPage> {
public:
PrintedPage(int page_number,
Metafile* metafile,
« no previous file with comments | « printing/printed_document.h ('k') | printing/printing.gyp » ('j') | printing/printing.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698