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

Unified Diff: third_party/WebKit/Source/web/LinkHighlightImpl.h

Issue 2019583002: Don't include scroll offset in offsetFromLayoutObject for scrolling contents layers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months 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/web/LinkHighlightImpl.h
diff --git a/third_party/WebKit/Source/web/LinkHighlightImpl.h b/third_party/WebKit/Source/web/LinkHighlightImpl.h
index 0fb4b023fae287c728cdd8228377e5ff64796300..d92a28a7ecd2cf877745496d52f7d84548f54c30 100644
--- a/third_party/WebKit/Source/web/LinkHighlightImpl.h
+++ b/third_party/WebKit/Source/web/LinkHighlightImpl.h
@@ -98,6 +98,7 @@ private:
Persistent<Node> m_node;
WebViewImpl* m_owningWebViewImpl;
GraphicsLayer* m_currentGraphicsLayer;
+ bool m_isScrollingGraphicsLayer;
OwnPtr<CompositorAnimationPlayer> m_compositorPlayer;
bool m_geometryNeedsUpdate;

Powered by Google App Engine
This is Rietveld 408576698