Index: Source/core/paint/RenderDrawingRecorder.h |
diff --git a/Source/core/paint/RenderDrawingRecorder.h b/Source/core/paint/RenderDrawingRecorder.h |
index 068377422360e5e615b78da851cb8c3a88da2c92..a5bc5720e57e9806e57c8ef2ae0f2ceea61d2b56 100644 |
--- a/Source/core/paint/RenderDrawingRecorder.h |
+++ b/Source/core/paint/RenderDrawingRecorder.h |
@@ -19,6 +19,8 @@ class RenderDrawingRecorder { |
public: |
RenderDrawingRecorder(GraphicsContext*, const LayoutObject&, PaintPhase, const FloatRect&); |
RenderDrawingRecorder(GraphicsContext*, const LayoutObject&, DisplayItem::Type, const FloatRect&); |
+ // paintRect will be pixel-snapped. |
+ RenderDrawingRecorder(GraphicsContext*, const LayoutObject&, DisplayItem::Type, const LayoutRect& paintRect); |
~RenderDrawingRecorder(); |