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

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

Issue 892293002: First version of new merge algorithm (not enabled yet) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove scope-related code (accidentally mixed in this CL) 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 ea4e6f5862dbd38e112152acec3ddc08dbfe0c10..87f7a26cdcd210e93b31c4a5dd8dc260848eeb57 100644
--- a/Source/platform/graphics/paint/DrawingRecorder.h
+++ b/Source/platform/graphics/paint/DrawingRecorder.h
@@ -34,7 +34,6 @@ private:
GraphicsContext* m_context;
DisplayItemClient m_displayItemClient;
const DisplayItem::Type m_displayItemType;
- const FloatRect m_bounds;
bool m_canUseCachedDrawing;
#ifndef NDEBUG
WTF::String m_clientDebugString;

Powered by Google App Engine
This is Rietveld 408576698