commit | f49e0225d78ad323314200c55d1017809fabcc93 | [log] [tgz] |
---|---|---|
author | Pankaj Garg <pgarg@codeaurora.org> | Tue Sep 01 12:19:13 2015 -0700 |
committer | jrizzoli <joey@cyanogenmoditalia.it> | Thu Nov 05 14:22:56 2015 +0100 |
tree | 3f5f93045cf2ae07691865cf76b82e68ce0e010e | |
parent | f2160f87531b75788468169654c0be0a811cac42 [diff] [blame] |
Fix blank bitmaps in tab switcher - Tab switcher was showing white bitmaps when a link was opened in new tab. CR-Fixed: SWE-5690 Change-Id: I4dead264e4332196af3fcfd3ad049d9e09d2b798
diff --git a/src/com/android/browser/WebViewController.java b/src/com/android/browser/WebViewController.java index f7b926e..6bf2f69 100644 --- a/src/com/android/browser/WebViewController.java +++ b/src/com/android/browser/WebViewController.java
@@ -112,4 +112,6 @@ void bookmarkedStatusHasChanged(Tab tab); boolean shouldCaptureThumbnails(); + + void onThumbnailCapture(Bitmap bm); }