Index: src/pdf/SkPDFDevice.h |
diff --git a/src/pdf/SkPDFDevice.h b/src/pdf/SkPDFDevice.h |
index 742e45ca5c4968028a61e11c42174fd5f1a0614a..31f6de11eefd7b561d247a722d4391772f30d82d 100644 |
--- a/src/pdf/SkPDFDevice.h |
+++ b/src/pdf/SkPDFDevice.h |
@@ -44,7 +44,7 @@ struct RectWithData; |
The drawing context for the PDF backend. |
*/ |
-class SkPDFDevice : public SkBaseDevice { |
+class SkPDFDevice final : public SkBaseDevice { |
public: |
/** Create a PDF drawing context. SkPDFDevice applies a |
* scale-and-translate transform to move the origin from the |