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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/DrawingRecorder.h

Issue 2675773003: Optimize CompositingRecorder::endCompositing to not need an SkPictureBuilder (Closed)
Patch Set: Created 3 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
Index: third_party/WebKit/Source/platform/graphics/paint/DrawingRecorder.h
diff --git a/third_party/WebKit/Source/platform/graphics/paint/DrawingRecorder.h b/third_party/WebKit/Source/platform/graphics/paint/DrawingRecorder.h
index e185231a90a47f3079fd85df6b625d9cad63a272..f47e3f31bebb6621cc88f36509544dee8650ae72 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/DrawingRecorder.h
+++ b/third_party/WebKit/Source/platform/graphics/paint/DrawingRecorder.h
@@ -52,10 +52,6 @@ class PLATFORM_EXPORT DrawingRecorder final {
// True if there are no transparent areas. Only used for SlimmingPaintV2.
bool m_knownToBeOpaque;
-
-#if DCHECK_IS_ON()
- size_t m_displayItemPosition;
-#endif
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698