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

Unified Diff: core/fpdfapi/page/cpdf_pathobject.h

Issue 2517163003: Use more unique_ptrs in CPDF_Image. (Closed)
Patch Set: rebase Created 4 years, 1 month 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 | « core/fpdfapi/page/cpdf_pageobject.h ('k') | core/fpdfapi/page/cpdf_pathobject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fpdfapi/page/cpdf_pathobject.h
diff --git a/core/fpdfapi/page/cpdf_pathobject.h b/core/fpdfapi/page/cpdf_pathobject.h
index d5ce5c0d02c57f67ed6660b047c3fcdf0b8b3c8f..58499b5a53a41b2de046bdd4e01db85ea65a92fc 100644
--- a/core/fpdfapi/page/cpdf_pathobject.h
+++ b/core/fpdfapi/page/cpdf_pathobject.h
@@ -18,7 +18,6 @@ class CPDF_PathObject : public CPDF_PageObject {
~CPDF_PathObject() override;
// CPDF_PageObject
- CPDF_PathObject* Clone() const override;
Type GetType() const override;
void Transform(const CFX_Matrix& maxtrix) override;
bool IsPath() const override;
« no previous file with comments | « core/fpdfapi/page/cpdf_pageobject.h ('k') | core/fpdfapi/page/cpdf_pathobject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698