| Index: third_party/WebKit/Source/core/paint/ReplicaPainter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/ReplicaPainter.h b/third_party/WebKit/Source/core/paint/ReplicaPainter.h
|
| index 7841f7b2f99350a20ec945f3d79d6b92f1cd00f3..c997750e90ccc3d0feece3521350f645a4951747 100644
|
| --- a/third_party/WebKit/Source/core/paint/ReplicaPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/ReplicaPainter.h
|
| @@ -13,6 +13,9 @@ struct PaintInfo;
|
| class LayoutPoint;
|
| class LayoutReplica;
|
|
|
| +// ReplicaPainter is used to paint reflections.
|
| +//
|
| +// See LayoutReplica for more details on our implementation.
|
| class ReplicaPainter {
|
| STACK_ALLOCATED();
|
| public:
|
|
|