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

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

Issue 2398623003: Re-land Reformat comments in core/layout up until LayoutBox (Closed)
Patch Set: Rebase w/HEAD 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/HitTestCache.h
diff --git a/third_party/WebKit/Source/core/layout/HitTestCache.h b/third_party/WebKit/Source/core/layout/HitTestCache.h
index d00bd1eff1f137ce0c9ff869a06ffb9702fb1cb9..c6ad4a6febed314dd1c5a3b407a0e07f70ea998d 100644
--- a/third_party/WebKit/Source/core/layout/HitTestCache.h
+++ b/third_party/WebKit/Source/core/layout/HitTestCache.h
@@ -17,12 +17,12 @@ namespace blink {
// in the visible viewport. The cache is cleared on dom modifications,
// scrolling, CSS style modifications.
//
-// Multiple hit tests can occur when processing events. Typically the DOM doesn't
-// change when each event is processed so in order to decrease the time spent
-// processing the events a hit cache is useful. For example a GestureTap event
-// will generate a series of simulated mouse events (move, down, up, click)
-// with the same co-ordinates and ideally we'd like to do the hit test once
-// and use the result for the targetting of each event.
+// Multiple hit tests can occur when processing events. Typically the DOM
+// doesn't change when each event is processed so in order to decrease the time
+// spent processing the events a hit cache is useful. For example a GestureTap
+// event will generate a series of simulated mouse events (move, down, up,
+// click) with the same co-ordinates and ideally we'd like to do the hit test
+// once and use the result for the targetting of each event.
//
// Some of the related design, motivation can be found in:
// https://docs.google.com/document/d/1b0NYAD4S9BJIpHGa4JD2HLmW28f2rUh1jlqrgpU3zVU/
« no previous file with comments | « third_party/WebKit/Source/core/layout/GeneratedChildren.h ('k') | third_party/WebKit/Source/core/layout/HitTestLocation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698