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

Unified Diff: ash/mus/shelf_delegate_mus.h

Issue 2014013002: Add SkBitmap StructTraits for skia::mojo::Bitmap. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add mojo/public/cpp/bindings typemap deps. Created 4 years, 7 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
Index: ash/mus/shelf_delegate_mus.h
diff --git a/ash/mus/shelf_delegate_mus.h b/ash/mus/shelf_delegate_mus.h
index 5baba1b38147dc32f5b83054ad86d998a1f9a17a..a53c9db0a36770c6ad67986425edd8d6e96300f4 100644
--- a/ash/mus/shelf_delegate_mus.h
+++ b/ash/mus/shelf_delegate_mus.h
@@ -50,8 +50,7 @@ class ShelfDelegateMus : public ShelfDelegate,
mash::shelf::mojom::ShelfItemPtr item,
mash::shelf::mojom::ShelfItemDelegateAssociatedPtrInfo delegate) override;
void UnpinItem(const mojo::String& app_id) override;
- void SetItemImage(const mojo::String& app_id,
- skia::mojom::BitmapPtr image) override;
+ void SetItemImage(const mojo::String& app_id, const SkBitmap& image) override;
// mash::wm::mojom::UserWindowObserver:
void OnUserWindowObserverAdded(

Powered by Google App Engine
This is Rietveld 408576698