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

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

Issue 2604073002: Apply offset from the correct graphics layer; simplify code for link highlights. (Closed)
Patch Set: 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/LayoutInline.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutInline.h b/third_party/WebKit/Source/core/layout/LayoutInline.h
index 7653fd1c02a42f136ae0f8f6a1bdb78c464e6462..636eee311c77f29080de85b9f0e70087509d739e 100644
--- a/third_party/WebKit/Source/core/layout/LayoutInline.h
+++ b/third_party/WebKit/Source/core/layout/LayoutInline.h
@@ -227,7 +227,8 @@ class CORE_EXPORT LayoutInline : public LayoutBoxModelObject {
void invalidateDisplayItemClients(PaintInvalidationReason) const override;
- void absoluteQuadsForSelf(Vector<FloatQuad>& quads) const override;
+ void absoluteQuadsForSelf(Vector<FloatQuad>& quads,
+ MapCoordinatesFlags mode = 0) const override;
private:
LayoutObjectChildList* virtualChildren() final { return children(); }

Powered by Google App Engine
This is Rietveld 408576698