| Index: webkit/port/platform/graphics/skia/public/PlatformDeviceWin.h
|
| ===================================================================
|
| --- webkit/port/platform/graphics/skia/public/PlatformDeviceWin.h (revision 0)
|
| +++ webkit/port/platform/graphics/skia/public/PlatformDeviceWin.h (working copy)
|
| @@ -2,9 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef BASE_GFX_PLATFORM_DEVICE_WIN_H__
|
| -#define BASE_GFX_PLATFORM_DEVICE_WIN_H__
|
| +#ifndef PlatformDeviceWin_h
|
| +#define PlatformDeviceWin_h
|
|
|
| +#include <windows.h>
|
| +
|
| #include <vector>
|
|
|
| #include "SkDevice.h"
|
| @@ -92,5 +94,5 @@
|
|
|
| } // namespace gfx
|
|
|
| -#endif // BASE_GFX_PLATFORM_DEVICE_WIN_H__
|
| +#endif // PlatformDeviceWin_h
|
|
|
|
|
| Property changes on: webkit\port\platform\graphics\skia\public\PlatformDeviceWin.h
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
| Merged /branches/chrome_webkit_merge_branch/base/gfx/platform_device_win.h:r69-2775
|
|
|
|
|