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

Unified Diff: chrome/browser/media/window_icon_util.h

Issue 2246923002: Icon Capture Utility For Linux, Windows and Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Static Function Created 4 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
Index: chrome/browser/media/window_icon_util.h
diff --git a/chrome/browser/media/window_icon_util.h b/chrome/browser/media/window_icon_util.h
new file mode 100644
index 0000000000000000000000000000000000000000..b0797a8abab8e9c3b3f51dc421445e5f00b2c6f1
--- /dev/null
+++ b/chrome/browser/media/window_icon_util.h
@@ -0,0 +1,17 @@
+// Copyright 2016 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 CHROME_BROWSER_MEDIA_WINDOW_ICON_UTIL_H_
+#define CHROME_BROWSER_MEDIA_WINDOW_ICON_UTIL_H_
+
+#include "content/public/browser/desktop_media_id.h"
+#include "third_party/webrtc/modules/desktop_capture/desktop_capture_options.h"
+#include "ui/gfx/image/image_skia.h"
+
+class WindowIconUtil {
Sergey Ulanov 2016/08/18 05:38:18 Don't need a class here. Just define a simple func
qiangchen 2016/08/18 20:07:46 Done.
+ public:
+ static gfx::ImageSkia GetWindowIcon(content::DesktopMediaID id);
+};
+
+#endif // CHROME_BROWSER_MEDIA_WINDOW_ICON_UTIL_H_
« no previous file with comments | « no previous file | chrome/browser/media/window_icon_util_mac.mm » ('j') | chrome/browser/media/window_icon_util_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698