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

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: Pass ownership of WebAnimation under ANIMATION_OWNERSHIP_NOT_TRANSFER guard. Created 7 years, 2 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 c51f8ca63505f360ac8d3b60ec26c26238b0b26b..597698e3dad7f1879af35611743111d2551311b9 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