diff options
| author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-02 17:59:13 +0000 |
|---|---|---|
| committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-02 17:59:13 +0000 |
| commit | 33ae34cd0174a199b85c6dc22145c72e007a1ee8 (patch) | |
| tree | 28ad112df8cee7b3a25bfaff370ee09b6cb32a00 /ppapi/cpp/dev/video_decoder_dev.h | |
| parent | 37f4a67b9b5f017b24ccec263c384d7ff1e1a387 (diff) | |
| download | chromium_src-33ae34cd0174a199b85c6dc22145c72e007a1ee8.zip chromium_src-33ae34cd0174a199b85c6dc22145c72e007a1ee8.tar.gz chromium_src-33ae34cd0174a199b85c6dc22145c72e007a1ee8.tar.bz2 | |
Remove all the swap() stuff in the PPAPI C++ wrappers.
Basically all of them are trivial and you can use the std::swap just as efficiently. Since this is unnecessary, we can reduce the complexity a bit.
TEST=none
BUG=54441
Review URL: http://codereview.chromium.org/5539001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68028 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/cpp/dev/video_decoder_dev.h')
| -rw-r--r-- | ppapi/cpp/dev/video_decoder_dev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ppapi/cpp/dev/video_decoder_dev.h b/ppapi/cpp/dev/video_decoder_dev.h index 0ee6fc96..15743ca 100644 --- a/ppapi/cpp/dev/video_decoder_dev.h +++ b/ppapi/cpp/dev/video_decoder_dev.h @@ -26,7 +26,6 @@ class VideoDecoder_Dev : public Resource { VideoDecoder_Dev(const VideoDecoder_Dev& other); VideoDecoder_Dev& operator=(const VideoDecoder_Dev& other); - void swap(VideoDecoder_Dev& other); // PPB_VideoDecoder methods: static bool GetConfig(const Instance& instance, |
