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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutObject.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/LayoutObject.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
index f0138f4ee4d760595d6b85cef6e7c746f1a83dab..a31c0d884a1881d066c32d7a343f7291e50769d7 100644
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
@@ -1221,7 +1221,8 @@ class CORE_EXPORT LayoutObject : public ImageResourceObserver,
IntRect absoluteBoundingBoxRectIgnoringTransforms() const;
// Build an array of quads in absolute coords for line boxes
- virtual void absoluteQuads(Vector<FloatQuad>&) const {}
+ virtual void absoluteQuads(Vector<FloatQuad>&,
+ MapCoordinatesFlags mode = 0) const {}
static FloatRect absoluteBoundingBoxRectForRange(const Range*);

Powered by Google App Engine
This is Rietveld 408576698