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

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
« no previous file with comments | « LayoutTests/compositing/gestures/resources/link-highlight-style.css ('k') | Source/web/LinkHighlight.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/LinkHighlight.h
diff --git a/Source/web/LinkHighlight.h b/Source/web/LinkHighlight.h
index 5bd2f6a0af8d93d497cedc668b20e03ac451c563..16fc061d163d317f92d9cc27eb4549a0e0afb76b 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::Node*, WTF::Vector<WebCore::FloatQuad>&) const;
WebCore::RenderLayer* computeEnclosingCompositingLayer();
void clearGraphicsLayerLinkHighlightPointer();
« no previous file with comments | « LayoutTests/compositing/gestures/resources/link-highlight-style.css ('k') | Source/web/LinkHighlight.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698