Index: ui/views/view_targeter_delegate.h |
diff --git a/ui/views/view_targeter_delegate.h b/ui/views/view_targeter_delegate.h |
index 01b6bd1e13cc17a6ee8492b0815b883cec3044ac..0ad461abac416df1596698ac093aec382c568492 100644 |
--- a/ui/views/view_targeter_delegate.h |
+++ b/ui/views/view_targeter_delegate.h |
@@ -15,9 +15,11 @@ class Rect; |
namespace views { |
class View; |
-// Defines the default behaviour for hit-testing a rectangular region against |
-// the bounds of a View. Subclasses of View wishing to define custom |
-// hit-testing behaviour can extend this class. |
+// Defines the default behaviour for hit-testing and event-targeting against a |
+// View using a rectangular region representing an event's location. Views |
+// wishing to define custom hit-testing or event-targeting behaviour do so by |
+// extending ViewTargeterDelegate and then installing a ViewTargeter on |
+// themselves. |
class VIEWS_EXPORT ViewTargeterDelegate { |
public: |
ViewTargeterDelegate() {} |