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

Unified Diff: third_party/WebKit/Source/core/layout/HitTestRequest.h

Issue 2391893004: Reformat comments in core/layout up until LayoutBox (Closed)
Patch Set: Rebase w/HEAD (again) Created 4 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/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 {
« no previous file with comments | « third_party/WebKit/Source/core/layout/HitTestLocation.cpp ('k') | third_party/WebKit/Source/core/layout/HitTestResult.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698