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

Unified Diff: pdf/instance.h

Issue 375253002: [Chrome] Support NumCopies print preset (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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: pdf/instance.h
diff --git a/pdf/instance.h b/pdf/instance.h
index 07c1a196ed29866ccec2eff5fa7cc62aa8bf5270..db975279004b15e96e4b95d53ba69d6d70ad0223 100644
--- a/pdf/instance.h
+++ b/pdf/instance.h
@@ -87,6 +87,7 @@ class Instance : public pp::InstancePrivate,
uint32_t page_range_count) OVERRIDE;
virtual void PrintEnd() OVERRIDE;
virtual bool IsPrintScalingDisabled() OVERRIDE;
+ virtual int32_t GetNumCopies() OVERRIDE;
Vitaly Buka (NO REVIEWS) 2014/07/10 01:13:05 Name
Nikhil 2014/07/16 13:52:55 Done.
// pp::Private implementation.
virtual pp::Var GetLinkAtPosition(const pp::Point& point);

Powered by Google App Engine
This is Rietveld 408576698