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

Unified Diff: ash/shell/content_client/shell_content_browser_client.cc

Issue 10447053: Converts remainder of ui and chrome/browser/ui/views/frame to use ImageSkia (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/shell/content_client/shell_content_browser_client.cc
diff --git a/ash/shell/content_client/shell_content_browser_client.cc b/ash/shell/content_client/shell_content_browser_client.cc
index 137e0a8fa2b489c466c344818237072043c6ef1b..f2f3c60f325056eb9e290eb584999c40ef5d0e19 100644
--- a/ash/shell/content_client/shell_content_browser_client.cc
+++ b/ash/shell/content_client/shell_content_browser_client.cc
@@ -14,7 +14,7 @@
#include "content/shell/shell_resource_dispatcher_host_delegate.h"
#include "content/shell/shell_switches.h"
#include "googleurl/src/gurl.h"
-#include "third_party/skia/include/core/SkBitmap.h"
+#include "ui/gfx/image/image_skia.h"
namespace ash {
namespace shell {
@@ -124,8 +124,8 @@ std::string ShellContentBrowserClient::GetAcceptLangs(
return std::string();
}
-SkBitmap* ShellContentBrowserClient::GetDefaultFavicon() {
- static SkBitmap empty;
+gfx::ImageSkia* ShellContentBrowserClient::GetDefaultFavicon() {
+ static gfx::ImageSkia empty;
return ∅
}

Powered by Google App Engine
This is Rietveld 408576698