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, |