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

Unified Diff: Source/web/LinkHighlight.h

Issue 129643002: Fix link highlights on links that contain images. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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 5bd2f6a0af8d93d497cedc668b20e03ac451c563..30227e50376b98fdfca0758b22afcbac6555a838 100644
--- a/Source/web/LinkHighlight.h
+++ b/Source/web/LinkHighlight.h
@@ -35,9 +35,11 @@
#include "public/platform/WebContentLayerClient.h"
#include "public/platform/WebLayer.h"
#include "wtf/OwnPtr.h"
+#include "wtf/Vector.h"
namespace WebCore {
class RenderLayer;
+class RenderObject;
class Node;
}
@@ -75,6 +77,7 @@ private:
LinkHighlight(WebCore::Node*, WebViewImpl*);
void releaseResources();
+ void computeQuads(WebCore::RenderObject*, WTF::Vector<WebCore::FloatQuad>&) const;
WebCore::RenderLayer* computeEnclosingCompositingLayer();
void clearGraphicsLayerLinkHighlightPointer();

Powered by Google App Engine
This is Rietveld 408576698