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

Unified Diff: experimental/PdfViewer/SkNulCanvas.h

Issue 1217573002: remove SkInstCnt (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 5 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 | « dm/DM.cpp ('k') | experimental/PdfViewer/SkTrackDevice.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/PdfViewer/SkNulCanvas.h
diff --git a/experimental/PdfViewer/SkNulCanvas.h b/experimental/PdfViewer/SkNulCanvas.h
index 9fbd506d41e924753a0fee61ddc852f64abf5144..420a673e24f1d1c5e3fbda987ebfeab7c7eb3414 100644
--- a/experimental/PdfViewer/SkNulCanvas.h
+++ b/experimental/PdfViewer/SkNulCanvas.h
@@ -18,8 +18,6 @@
*/
class SK_API SkNulCanvas : public SkCanvas {
public:
- SK_DECLARE_INST_COUNT(SkNulCanvas);
-
SkNulCanvas() {}
explicit SkNulCanvas(SkBaseDevice* device) : SkCanvas(device) {}
@@ -98,7 +96,7 @@ protected:
const uint16_t indices[], int indexCount,
const SkPaint& paint) override {}
-
+
private:
typedef SkCanvas INHERITED;
};
« no previous file with comments | « dm/DM.cpp ('k') | experimental/PdfViewer/SkTrackDevice.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698