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

Unified Diff: webkit/port/platform/graphics/skia/public/PlatformDeviceWin.cpp

Issue 11244: Move PlatformCanvas and PlatformDevice from base/gfx to webkit/port. I left h... (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: 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
« no previous file with comments | « webkit/port/platform/graphics/skia/public/PlatformDeviceWin.h ('k') | webkit/port/platform/graphics/skia/public/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698