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

Unified Diff: xfa/fde/fde_object.h

Issue 2072803002: Make code compile with clang_use_chrome_plugin (final) (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: rebase Created 4 years, 6 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 | « xfa/fde/css/fde_csssyntax.h ('k') | xfa/fde/ifde_txtedtengine.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fde/fde_object.h
diff --git a/xfa/fde/fde_object.h b/xfa/fde/fde_object.h
index 7df5de2638545ae5c83d53f0d1f7591132ff4ae3..2af18ec3b7a42db738c517d3478b250ab878e4b8 100644
--- a/xfa/fde/fde_object.h
+++ b/xfa/fde/fde_object.h
@@ -26,7 +26,7 @@ class CFDE_Brush : public CFX_Target {
class CFDE_Pen : public CFX_Target {
public:
CFDE_Pen() : m_Color(0) {}
- ~CFDE_Pen() {}
+ ~CFDE_Pen() override {}
FX_ARGB GetColor() const { return m_Color; }
void SetColor(FX_ARGB color) { m_Color = color; }
« no previous file with comments | « xfa/fde/css/fde_csssyntax.h ('k') | xfa/fde/ifde_txtedtengine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698