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: ui/android/resources/ui_resource_android.h

Issue 1337703002: [Contextual Search] Add support for crushed sprites and animate the search provider icon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes from newt@ review Created 5 years, 3 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: ui/android/resources/ui_resource_android.h
diff --git a/ui/android/resources/ui_resource_android.h b/ui/android/resources/ui_resource_android.h
index 60f7888b4d68709f6c0fe8983b7709b67c1d3d53..c4a90a5b665c30e25f1ea46612b4191964c95091 100644
--- a/ui/android/resources/ui_resource_android.h
+++ b/ui/android/resources/ui_resource_android.h
@@ -24,6 +24,8 @@ class UI_ANDROID_EXPORT UIResourceAndroid : public ui::UIResourceClientAndroid {
~UIResourceAndroid() override;
+ const SkBitmap& GetSkBitmap();
+
// cc::UIResourceClient implementation.
cc::UIResourceBitmap GetBitmap(cc::UIResourceId uid,
bool resource_lost) override;

Powered by Google App Engine
This is Rietveld 408576698