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

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

Issue 847783003: New display item caching (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: New method, supporting partial paint Created 5 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: 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
};

Powered by Google App Engine
This is Rietveld 408576698