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 |