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

Unified Diff: Source/WebKit/chromium/src/LinkHighlight.h

Issue 14582012: Clear highlight when the highlighted node gets removed from the document (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add releaseResources() Created 7 years, 8 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 | « no previous file | Source/WebKit/chromium/src/LinkHighlight.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/LinkHighlight.h
diff --git a/Source/WebKit/chromium/src/LinkHighlight.h b/Source/WebKit/chromium/src/LinkHighlight.h
index 3b574a7378378569768b78638d9bea82cb96c91c..0f3689a1a69358de1a1b3fb4130ac08cc642f27e 100644
--- a/Source/WebKit/chromium/src/LinkHighlight.h
+++ b/Source/WebKit/chromium/src/LinkHighlight.h
@@ -69,6 +69,9 @@ public:
virtual WebLayer* layer() OVERRIDE;
virtual void clearCurrentGraphicsLayer() OVERRIDE;
+ // For test only
+ WebCore::GraphicsLayerChromium* currentGraphicsLayer() const { return m_currentGraphicsLayer; }
jamesr 2013/05/06 21:06:51 could you suffix the function name with 'ForTestin
+
private:
LinkHighlight(WebCore::Node*, WebViewImpl*);
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/LinkHighlight.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698