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

Unified Diff: cc/output/copy_output_request.h

Issue 100023003: cc: Remove unused CopyOutputRequest::Equals (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/copy_output_request.h
diff --git a/cc/output/copy_output_request.h b/cc/output/copy_output_request.h
index c4a92481dbca566e42acf150f5a639f60c64628c..60eac5f966838af34d0c9057f47fb9d6eb794506 100644
--- a/cc/output/copy_output_request.h
+++ b/cc/output/copy_output_request.h
@@ -67,11 +67,6 @@ class CC_EXPORT CopyOutputRequest {
void SendResult(scoped_ptr<CopyOutputResult> result);
- bool Equals(const CopyOutputRequest& other) const {
- return result_callback_.Equals(other.result_callback_) &&
- force_bitmap_result_ == other.force_bitmap_result_;
- }
-
private:
CopyOutputRequest();
explicit CopyOutputRequest(bool force_bitmap_result,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698