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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBox.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/LayoutBox.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
index f8a40880e55ca06ba9d7ef4e66404428de5f94ee..eaf192bf56219a6834443f7eb5d4e81cbe76a252 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
@@ -664,7 +664,8 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject {
void absoluteRects(Vector<IntRect>&,
const LayoutPoint& accumulatedOffset) const override;
- void absoluteQuads(Vector<FloatQuad>&) const override;
+ void absoluteQuads(Vector<FloatQuad>&,
+ MapCoordinatesFlags mode = 0) const override;
FloatRect localBoundingBoxRectForAccessibility() const final;
void layout() override;
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698