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

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

Powered by Google App Engine
This is Rietveld 408576698