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

Unified Diff: cc/base/reverse_spiral_iterator.h

Issue 2503303002: ps test.
Patch Set: rebase Created 4 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
« no previous file with comments | « cc/base/pyramid_sequence_unittest.cc ('k') | cc/base/reverse_spiral_iterator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/reverse_spiral_iterator.h
diff --git a/cc/base/reverse_spiral_iterator.h b/cc/base/reverse_spiral_iterator.h
index d6c5d9e1d859fb9503ef6d5ef7752c8e5ba3fbbd..7a6389e59d066a76bb095141f7920ffa0d51627b 100644
--- a/cc/base/reverse_spiral_iterator.h
+++ b/cc/base/reverse_spiral_iterator.h
@@ -33,8 +33,12 @@ class CC_EXPORT ReverseSpiralIterator {
ReverseSpiralIterator(const IndexRect& around_index_rect,
const IndexRect& consider_index_rect,
const IndexRect& ignore_index_rect);
+ ReverseSpiralIterator(const ReverseSpiralIterator& other);
+ ReverseSpiralIterator(ReverseSpiralIterator&& other);
+ ~ReverseSpiralIterator();
- ~ReverseSpiralIterator() = default;
+ ReverseSpiralIterator& operator=(const ReverseSpiralIterator& other);
+ ReverseSpiralIterator& operator=(ReverseSpiralIterator&& other);
operator bool() const;
ReverseSpiralIterator& operator++();
« no previous file with comments | « cc/base/pyramid_sequence_unittest.cc ('k') | cc/base/reverse_spiral_iterator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698