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

Unified Diff: third_party/WebKit/Source/core/paint/ReplicaPainter.h

Issue 1391943005: Document reflection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed the TODO. Created 5 years, 2 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: 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:

Powered by Google App Engine
This is Rietveld 408576698