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

Unified Diff: src/pdf/SkPDFGraphicState.h

Issue 815223005: Use SkLazyPtr in SkPDFGraphicState.cpp (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix clang compile Created 5 years, 11 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 | « no previous file | src/pdf/SkPDFGraphicState.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pdf/SkPDFGraphicState.h
diff --git a/src/pdf/SkPDFGraphicState.h b/src/pdf/SkPDFGraphicState.h
index cfc80ff548a621037623dfe5b564a84710a201a5..1c54e6cf217a8c45251cd09870ff83c458b591c9 100644
--- a/src/pdf/SkPDFGraphicState.h
+++ b/src/pdf/SkPDFGraphicState.h
@@ -73,6 +73,9 @@ public:
bool equals(const SkPaint&) const;
+ // Only public for SK_DECLARE_STATIC_LAZY_PTR
+ static SkPDFGraphicState* CreateNoSMaskGraphicState();
+
private:
const SkPaint fPaint;
SkTDArray<SkPDFObject*> fResources;
« no previous file with comments | « no previous file | src/pdf/SkPDFGraphicState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698