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

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: Update LinkHighlight 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 5fa89dcef8c942201401bbefb47921324d4ea586..d3ab2a7d6b14211613c95c5ee526606fc5c56af2 100644
--- a/Source/web/LinkHighlight.h
+++ b/Source/web/LinkHighlight.h
@@ -78,7 +78,7 @@ private:
LinkHighlight(blink::Node*, WebViewImpl*);
void releaseResources();
- void computeQuads(blink::Node*, WTF::Vector<blink::FloatQuad>&) const;
+ void computeQuads(blink::RenderObject&, WTF::Vector<blink::FloatQuad>&) const;
blink::RenderLayer* computeEnclosingCompositingLayer();
void clearGraphicsLayerLinkHighlightPointer();

Powered by Google App Engine
This is Rietveld 408576698