pdfviewer: fix build break in windows (wrong return type on function)

Review URL: https://codereview.chromium.org/68973002

git-svn-id: http://skia.googlecode.com/svn/trunk@12216 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
edisonn@google.com 2013-11-11 15:36:44 +00:00
parent ffd178c84d
commit 247ac53c29

View File

@ -58,7 +58,7 @@ public:
int depth() const { return fLocalCount; }
bool empty() const { return fLocalCount == 0; }
bool nests() {
int nests() {
return fNestingLevel;
}