Index: webkit/port/platform/graphics/skia/public/PlatformDeviceWin.cpp |
=================================================================== |
--- webkit/port/platform/graphics/skia/public/PlatformDeviceWin.cpp (revision 0) |
+++ webkit/port/platform/graphics/skia/public/PlatformDeviceWin.cpp (working copy) |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "base/gfx/platform_device_win.h" |
+#include "PlatformDeviceWin.h" |
#include "base/logging.h" |
#include "base/gfx/skia_utils.h" |
@@ -132,7 +132,7 @@ |
// static |
bool PlatformDeviceWin::SkPathToCubicPaths(CubicPaths* paths, |
- const SkPath& skpath) { |
+ const SkPath& skpath) { |
paths->clear(); |
CubicPath* current_path = NULL; |
SkPoint current_points[4]; |
@@ -195,8 +195,8 @@ |
// static |
void PlatformDeviceWin::LoadClippingRegionToDC(HDC context, |
- const SkRegion& region, |
- const SkMatrix& transformation) { |
+ const SkRegion& region, |
+ const SkMatrix& transformation) { |
HRGN hrgn; |
if (region.isEmpty()) { |
// region can be empty, in which case everything will be clipped. |
Property changes on: webkit\port\platform\graphics\skia\public\PlatformDeviceWin.cpp |
___________________________________________________________________ |
Added: svn:mergeinfo |
Merged /branches/chrome_webkit_merge_branch/base/gfx/platform_device_win.cc:r69-2775 |