Commit bf0acf0b authored by danakj@chromium.org's avatar danakj@chromium.org

cc: Remove unused CopyOutputRequest::Equals()

R=enne
BUG=

Review URL: https://codereview.chromium.org/100023003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238312 0039d316-1c4b-4281-b951-d872f2087c98
parent da656d32
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment