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

Unified Diff: chrome/browser/debugger/devtools_window.cc

Issue 10832128: Convert FaviconStatus::bitmap from SkBitmap to gfx::Image. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tests? Created 8 years, 4 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/favicon/favicon_handler.cc » ('j') | content/public/browser/favicon_status.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/debugger/devtools_window.cc
diff --git a/chrome/browser/debugger/devtools_window.cc b/chrome/browser/debugger/devtools_window.cc
index 71ce944aabfb4dd8ff4217064c1af9ca8df74dab..8021e7a33e15a7e6c112ef3e29bd994e49251c68 100644
--- a/chrome/browser/debugger/devtools_window.cc
+++ b/chrome/browser/debugger/devtools_window.cc
@@ -199,7 +199,7 @@ DevToolsWindow::DevToolsWindow(TabContents* tab_contents,
// Wipe out page icon so that the default application icon is used.
NavigationEntry* entry =
tab_contents_->web_contents()->GetController().GetActiveEntry();
- entry->GetFavicon().bitmap = SkBitmap();
+ entry->GetFavicon().image = gfx::Image();
entry->GetFavicon().valid = true;
// Register on-load actions.
« no previous file with comments | « no previous file | chrome/browser/favicon/favicon_handler.cc » ('j') | content/public/browser/favicon_status.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698