| Index: experimental/PdfViewer/SkPdfGraphicsState.h
|
| diff --git a/experimental/PdfViewer/SkPdfGraphicsState.h b/experimental/PdfViewer/SkPdfGraphicsState.h
|
| index 094b794836284154b243f119065f5750ad9396b3..6bb51b5294a0552d6b6e52a8b8dfee60558f4c2e 100644
|
| --- a/experimental/PdfViewer/SkPdfGraphicsState.h
|
| +++ b/experimental/PdfViewer/SkPdfGraphicsState.h
|
| @@ -58,7 +58,7 @@ public:
|
| int depth() const { return fLocalCount; }
|
| bool empty() const { return fLocalCount == 0; }
|
|
|
| - bool nests() {
|
| + int nests() {
|
| return fNestingLevel;
|
| }
|
|
|
|
|