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

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

Issue 2604073002: Apply offset from the correct graphics layer; simplify code for link highlights. (Closed)
Patch Set: none Created 4 years 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/LayoutFlowThread.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutFlowThread.h b/third_party/WebKit/Source/core/layout/LayoutFlowThread.h
index 354991cebe9252eb4d0b96b7554d60771e41552d..08ed9b6fa2ac968ec574a002928491d8327fa450 100644
--- a/third_party/WebKit/Source/core/layout/LayoutFlowThread.h
+++ b/third_party/WebKit/Source/core/layout/LayoutFlowThread.h
@@ -92,7 +92,8 @@ class CORE_EXPORT LayoutFlowThread : public LayoutBlockFlow {
const ComputedStyle& oldStyle) {}
void absoluteQuadsForDescendant(const LayoutBox& descendant,
- Vector<FloatQuad>&);
+ Vector<FloatQuad>&,
+ MapCoordinatesFlags mode = 0);
bool nodeAtPoint(HitTestResult&,
const HitTestLocation& locationInContainer,

Powered by Google App Engine
This is Rietveld 408576698