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

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

Issue 664703003: Stash: hacks to get MacViews chrome browser window working (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Created 6 years 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/frame/taskbar_decorator.cc b/chrome/browser/ui/views/frame/taskbar_decorator.cc
index 7bef2a4fa9e77b46ae05badcc7002f9f0583f0fc..5f8353c4a18a708efa88a0c4fd991166376be64a 100644
--- a/chrome/browser/ui/views/frame/taskbar_decorator.cc
+++ b/chrome/browser/ui/views/frame/taskbar_decorator.cc
@@ -6,7 +6,9 @@
namespace chrome {
+#if !defined(OS_WIN)
void DrawTaskbarDecoration(gfx::NativeWindow window, const gfx::Image* image) {
}
+#endif
} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698