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

Unified Diff: chrome/browser/ui/views/frame/taskbar_decorator.cc

Issue 12212053: Moves calling TaskbarList::SetOverlayIcon to a separate thread. It (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to trunk Created 7 years, 10 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: chrome/browser/ui/views/frame/taskbar_decorator.cc
diff --git a/chrome/browser/ui/views/theme_image_mapper.cc b/chrome/browser/ui/views/frame/taskbar_decorator.cc
similarity index 60%
copy from chrome/browser/ui/views/theme_image_mapper.cc
copy to chrome/browser/ui/views/frame/taskbar_decorator.cc
index 14ea0612356d0ce46990cb11b7ec7bd1a41a1f76..7bef2a4fa9e77b46ae05badcc7002f9f0583f0fc 100644
--- a/chrome/browser/ui/views/theme_image_mapper.cc
+++ b/chrome/browser/ui/views/frame/taskbar_decorator.cc
@@ -2,12 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/ui/views/theme_image_mapper.h"
+#include "chrome/browser/ui/views/frame/taskbar_decorator.h"
namespace chrome {
-int MapThemeImage(HostDesktopType desktop_type, int resource) {
- return resource;
+void DrawTaskbarDecoration(gfx::NativeWindow window, const gfx::Image* image) {
}
} // namespace chrome
« no previous file with comments | « chrome/browser/ui/views/frame/taskbar_decorator.h ('k') | chrome/browser/ui/views/frame/taskbar_decorator_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698