| Index: third_party/WebKit/Source/core/layout/HitTestRequest.h
|
| diff --git a/third_party/WebKit/Source/core/layout/HitTestRequest.h b/third_party/WebKit/Source/core/layout/HitTestRequest.h
|
| index 052f9cfccff71ec11109e1f0133377b57116befc..1fa060cc8d78881d20c31a4099154f7005a81552 100644
|
| --- a/third_party/WebKit/Source/core/layout/HitTestRequest.h
|
| +++ b/third_party/WebKit/Source/core/layout/HitTestRequest.h
|
| @@ -83,9 +83,9 @@ class HitTestRequest {
|
| HitTestRequestType type() const { return m_requestType; }
|
|
|
| // The Cacheability bits don't affect hit testing computation.
|
| - // TODO(dtapuska): These bits really shouldn't be fields on the HitTestRequest as
|
| - // they don't influence the result; but rather are hints on the output as to what to do.
|
| - // Perhaps move these fields to another enum ?
|
| + // TODO(dtapuska): These bits really shouldn't be fields on the HitTestRequest
|
| + // as they don't influence the result; but rather are hints on the output as
|
| + // to what to do. Perhaps move these fields to another enum?
|
| static const HitTestRequestType CacheabilityBits =
|
| ReadOnly | Active | Move | Release | TouchEvent;
|
| bool equalForCacheability(const HitTestRequest& value) const {
|
|
|