Index: Source/platform/graphics/paint/DrawingRecorder.h |
diff --git a/Source/platform/graphics/paint/DrawingRecorder.h b/Source/platform/graphics/paint/DrawingRecorder.h |
index 32cec4d859c0128269b7c70566e919f193af7559..8ccfa9f48772ea30aa8df4bb1c3e0c9ca311b763 100644 |
--- a/Source/platform/graphics/paint/DrawingRecorder.h |
+++ b/Source/platform/graphics/paint/DrawingRecorder.h |
@@ -34,9 +34,9 @@ private: |
GraphicsContext* m_context; |
DisplayItemClient m_displayItemClient; |
const DisplayItem::Type m_displayItemType; |
- const FloatRect m_bounds; |
bool m_canUseCachedDrawing; |
#ifndef NDEBUG |
+ const FloatRect m_bounds; |
WTF::String m_clientDebugString; |
#endif |
}; |