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

Unified Diff: Source/web/LinkHighlight.h

Issue 448593002: Make Gesture Tap be aware of Shadow DOM. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use useMockHighlight() Created 6 years, 4 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: Source/web/LinkHighlight.h
diff --git a/Source/web/LinkHighlight.h b/Source/web/LinkHighlight.h
index a2f8b371ff3d39364c22edf7351f35976586036a..5a3b7b774b7e7277e3a9b7c00d19bf8cd0a82260 100644
--- a/Source/web/LinkHighlight.h
+++ b/Source/web/LinkHighlight.h
@@ -75,7 +75,7 @@ private:
LinkHighlight(Node*, WebViewImpl*);
void releaseResources();
- void computeQuads(Node*, WTF::Vector<FloatQuad>&) const;
+ void computeQuads(RenderObject&, WTF::Vector<FloatQuad>&) const;
RenderLayer* computeEnclosingCompositingLayer();
void clearGraphicsLayerLinkHighlightPointer();
« no previous file with comments | « LayoutTests/compositing/gestures/gesture-tapHighlight-shadow-tree-expected.html ('k') | Source/web/LinkHighlight.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698