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

Unified Diff: chrome/browser/chromeos/arc/arc_wallpaper_handler.h

Issue 2177833003: Avoid unnecessary copies in ImageDecoder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change ArcWallpaperHandler to use new API. Created 4 years, 5 months 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 | chrome/browser/chromeos/arc/arc_wallpaper_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/arc/arc_wallpaper_handler.h
diff --git a/chrome/browser/chromeos/arc/arc_wallpaper_handler.h b/chrome/browser/chromeos/arc/arc_wallpaper_handler.h
index fee23547c5dde427a6d377adc00f69bd532884c5..3b0b132fcbd722353d935f0d9a09a6814d58b43e 100644
--- a/chrome/browser/chromeos/arc/arc_wallpaper_handler.h
+++ b/chrome/browser/chromeos/arc/arc_wallpaper_handler.h
@@ -27,7 +27,7 @@ class ArcWallpaperHandler : public SetWallpaperDelegate,
~ArcWallpaperHandler() override;
// SetWallpaperDelegate implementation.
- void SetWallpaper(const std::vector<uint8_t>& jpeg_data) override;
+ void SetWallpaper(std::vector<uint8_t> jpeg_data) override;
// ImageDecoder::ImageRequest implementation.
void OnImageDecoded(const SkBitmap& bitmap) override;
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_wallpaper_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698