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

Unified Diff: skia/ext/platform_device_mac.h

Issue 11357: Move the platform files form port to skia for Mac only. Hopefully this won't ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 1 month 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: skia/ext/platform_device_mac.h
===================================================================
--- skia/ext/platform_device_mac.h (revision 0)
+++ skia/ext/platform_device_mac.h (working copy)
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef PlatformDeviceMac_h
-#define PlatformDeviceMac_h
+#ifndef SKIA_EXT_PLATFORM_DEVICE_MAC_H_
+#define SKIA_EXT_PLATFORM_DEVICE_MAC_H_
#import <ApplicationServices/ApplicationServices.h>
#include "SkDevice.h"
@@ -82,5 +82,5 @@
} // namespace gfx
-#endif // PlatformDeviceMac_h
+#endif // SKIA_EXT_PLATFORM_DEVICE_MAC_H_

Powered by Google App Engine
This is Rietveld 408576698