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

Unified Diff: src/core/SkBigPicture.h

Issue 2000423007: Expose SkPicture::numSlowPaths() in the public API. Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 7 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 | « include/core/SkPicture.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkBigPicture.h
diff --git a/src/core/SkBigPicture.h b/src/core/SkBigPicture.h
index b081855751fbe4f1c1d10bf643d59b32ab3e52e7..b227fc892f7f44f4b0d7cfe9a500eafbfe1fb17c 100644
--- a/src/core/SkBigPicture.h
+++ b/src/core/SkBigPicture.h
@@ -51,6 +51,7 @@ public:
int approximateOpCount() const override;
size_t approximateBytesUsed() const override;
const SkBigPicture* asSkBigPicture() const override { return this; }
+ int numSlowPaths() const override;
// Used by GrLayerHoister
void partialPlayback(SkCanvas*,
@@ -72,7 +73,6 @@ private:
bool fWillPlaybackBitmaps : 1;
};
- int numSlowPaths() const override;
const Analysis& analysis() const;
int drawableCount() const;
SkPicture const* const* drawablePicts() const;
« no previous file with comments | « include/core/SkPicture.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698