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/PreloadController.java b/src/com/android/browser/PreloadController.java index 8bccf2f..a307e7b 100644 --- a/src/com/android/browser/PreloadController.java +++ b/src/com/android/browser/PreloadController.java
@@ -252,4 +252,6 @@ return false; } + @Override + public void onThumbnailCapture(Bitmap bm) { } }