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

Unified Diff: third_party/WebKit/WebCore/platform/graphics/chromium/PlatformIcon.h

Issue 174318: Introduce new async IPC message to get file icons (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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: third_party/WebKit/WebCore/platform/graphics/chromium/PlatformIcon.h
===================================================================
--- third_party/WebKit/WebCore/platform/graphics/chromium/PlatformIcon.h (revision 58975)
+++ third_party/WebKit/WebCore/platform/graphics/chromium/PlatformIcon.h (working copy)
@@ -31,12 +31,12 @@
#ifndef PlatformIcon_h
#define PlatformIcon_h
-typedef struct HICON__* HICON;
-
namespace WebCore {
-typedef HICON PlatformIcon;
+class Image;
+typedef Image PlatformIcon;
+
} // namespace WebCore
#endif // PlatformIcon_h

Powered by Google App Engine
This is Rietveld 408576698