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

Unified Diff: ui/gfx/skia_utils_mac.h

Issue 7130001: Make infobar background gray (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Make infobar background gray Created 9 years, 6 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: ui/gfx/skia_utils_mac.h
===================================================================
--- ui/gfx/skia_utils_mac.h (revision 0)
+++ ui/gfx/skia_utils_mac.h (revision 0)
@@ -0,0 +1,20 @@
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef UI_GFX_SKIA_UTILS_MAC_H_
+#define UI_GFX_SKIA_UTILS_MAC_H_
+#pragma once
+
+#include "third_party/skia/include/core/SkColor.h"
+
+#import <Cocoa/Cocoa.h>
+
+namespace gfx {
+
+// Converts ARGB to NSColor.
+NSColor* SkColorToNSColor(SkColor color);
Nico 2011/06/07 06:09:33 Why not put this in skia/ext/skia_utils_mac.h?
sail 2011/06/07 06:20:45 Done. Good idea.
+
+} // namespace gfx
+
+#endif // UI_GFX_SKIA_UTILS_MAC_H_
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | ui/gfx/skia_utils_mac.mm » ('j') | ui/gfx/skia_utils_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698