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

Unified Diff: pdf/out_of_process_instance.h

Issue 1554533002: Mark methods with override in pdf/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: How did pdf/ escape the wrath of the Clang plugin? Created 5 years 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/out_of_process_instance.h
diff --git a/pdf/out_of_process_instance.h b/pdf/out_of_process_instance.h
index 41fef655159d2c3a7a57f53edc09d418e0303db6..f210d0a5a55bab8cef3761e2d5acabc9ffff5514 100644
--- a/pdf/out_of_process_instance.h
+++ b/pdf/out_of_process_instance.h
@@ -74,9 +74,8 @@ class OutOfProcessInstance : public pp::Instance,
bool IsPrintScalingDisabled() override;
// pp::Private implementation.
- virtual pp::Var GetLinkAtPosition(const pp::Point& point);
- virtual void GetPrintPresetOptionsFromDocument(
- PP_PdfPrintPresetOptions_Dev* options);
+ pp::Var GetLinkAtPosition(const pp::Point& point);
Nico 2015/12/29 19:03:27 ...shouldn't these be marked override?
Lei Zhang 2015/12/29 19:14:51 No, they implement the PPAPI functions from ppapi/
+ void GetPrintPresetOptionsFromDocument(PP_PdfPrintPresetOptions_Dev* options);
void FlushCallback(int32_t result);
void DidOpen(int32_t result);
« no previous file with comments | « pdf/document_loader.h ('k') | pdf/pdf.h » ('j') | tools/clang/plugins/ChromeClassTester.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698