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

Unified Diff: cc/animation/animation_player.cc

Issue 1869753003: Replace many skia::RefPtr with sk_sp<> in cc/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Florin's review Created 4 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 | cc/layers/picture_image_layer_unittest.cc » ('j') | cc/output/filter_operation.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/animation/animation_player.cc
diff --git a/cc/animation/animation_player.cc b/cc/animation/animation_player.cc
index 698c6ed2e1e6f9bc071a7001cb26bf3980057ee0..b96d5781ed832172246c189bec39e1de3a00e0f4 100644
--- a/cc/animation/animation_player.cc
+++ b/cc/animation/animation_player.cc
@@ -4,6 +4,8 @@
#include "cc/animation/animation_player.h"
+#include <algorithm>
danakj 2016/04/25 22:06:23 rebase error? this is the only change in this file
tomhudson 2016/04/27 12:06:47 I'm assuming it was getting this header via some m
+
#include "cc/animation/animation_delegate.h"
#include "cc/animation/animation_host.h"
#include "cc/animation/animation_timeline.h"
« no previous file with comments | « no previous file | cc/layers/picture_image_layer_unittest.cc » ('j') | cc/output/filter_operation.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698