aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf/SkPDFGraphicState.h
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2015-11-22 12:55:04 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-11-22 12:55:04 -0800
commit70d1554d8ea08ddb887550f98b9cfd0afd395d65 (patch)
treeb99f8d818833916ba175e70f6423d214b86dfa42 /src/pdf/SkPDFGraphicState.h
parent218ccfc86ba1cd13c1646f68ca40ff3021fe4292 (diff)
SkPDF: add `final` keyword to leaf classes
Diffstat (limited to 'src/pdf/SkPDFGraphicState.h')
-rw-r--r--src/pdf/SkPDFGraphicState.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdf/SkPDFGraphicState.h b/src/pdf/SkPDFGraphicState.h
index 45a32d430e..d816f72120 100644
--- a/src/pdf/SkPDFGraphicState.h
+++ b/src/pdf/SkPDFGraphicState.h
@@ -22,7 +22,7 @@ class SkPDFFormXObject;
be installed. So that a given dictionary is only output to the pdf file
once, we want to canonicalize them.
*/
-class SkPDFGraphicState : public SkPDFObject {
+class SkPDFGraphicState final : public SkPDFObject {
public:
enum SkPDFSMaskMode {