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

Unified Diff: cc/layers/layer.h

Issue 1437413002: cc: Remove ScopedPtrVector and cc::remove_if. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update Created 5 years, 1 month 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: cc/layers/layer.h
diff --git a/cc/layers/layer.h b/cc/layers/layer.h
index 5c298f5fd0b5fb03334c173bb8b8d54af1eb3c54..c70123aeedb9ca85e440bbd9367387ac45f3d48d 100644
--- a/cc/layers/layer.h
+++ b/cc/layers/layer.h
@@ -17,7 +17,6 @@
#include "cc/animation/layer_animation_value_provider.h"
#include "cc/base/cc_export.h"
#include "cc/base/region.h"
-#include "cc/base/scoped_ptr_vector.h"
#include "cc/debug/frame_timing_request.h"
#include "cc/debug/micro_benchmark.h"
#include "cc/layers/layer_lists.h"
@@ -729,7 +728,7 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>,
LayerClient* client_;
- ScopedPtrVector<CopyOutputRequest> copy_requests_;
+ std::vector<scoped_ptr<CopyOutputRequest>> copy_requests_;
base::Closure did_scroll_callback_;

Powered by Google App Engine
This is Rietveld 408576698