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

Unified Diff: include/private/GrAuditTrail.h

Issue 1754633002: SkDebugCanvas ignore batch bounds if they are offscreen (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 4 years, 10 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/gpu/GrAuditTrail.cpp » ('j') | tools/debugger/SkDebugCanvas.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/private/GrAuditTrail.h
diff --git a/include/private/GrAuditTrail.h b/include/private/GrAuditTrail.h
index 57e0feab6fc3183076005c225dde32274b38b00e..14873cd78c36712064af54f92e520fbd618314b9 100644
--- a/include/private/GrAuditTrail.h
+++ b/include/private/GrAuditTrail.h
@@ -129,6 +129,7 @@ public:
// a performance issue, but until then its nice to decouple
struct BatchInfo {
SkRect fBounds;
+ uint32_t fRenderTargetUniqueID;
struct Batch {
int fClientID;
SkRect fBounds;
@@ -168,6 +169,7 @@ private:
SkString toJson() const;
SkRect fBounds;
Batches fChildren;
+ uint32_t fRenderTargetUniqueID;
};
typedef SkTArray<SkAutoTDelete<BatchNode>, true> BatchList;
« no previous file with comments | « no previous file | src/gpu/GrAuditTrail.cpp » ('j') | tools/debugger/SkDebugCanvas.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698