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

Unified Diff: Source/web/LinkHighlight.h

Issue 23834010: Change WebLayer::addAnimation to transfer ownership of WebAnimation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Change GraphicsLayer and LinkHighlight to clarify ownership transfer Created 7 years, 3 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 0bd1668e7c1146358ff09a229e1bbbece622596a..c0b6943a9bacc687c7aa791bd818f1c1130365df 100644
--- a/Source/web/LinkHighlight.h
+++ b/Source/web/LinkHighlight.h
@@ -87,7 +87,6 @@ private:
WebCore::Path m_path;
RefPtr<WebCore::Node> m_node;
- OwnPtr<WebAnimation> m_animation;
WebViewImpl* m_owningWebViewImpl;
WebCore::GraphicsLayer* m_currentGraphicsLayer;

Powered by Google App Engine
This is Rietveld 408576698