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

Unified Diff: webkit/port/platform/chromium/ScrollbarThemeChromiumWin.cpp

Issue 14110: Move the "platform" wrappers in skia/ext to the skia namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years 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
« no previous file with comments | « webkit/glue/webwidget_impl.cc ('k') | webkit/port/platform/graphics/chromium/ImageBufferData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/port/platform/chromium/ScrollbarThemeChromiumWin.cpp
===================================================================
--- webkit/port/platform/chromium/ScrollbarThemeChromiumWin.cpp (revision 6968)
+++ webkit/port/platform/chromium/ScrollbarThemeChromiumWin.cpp (working copy)
@@ -80,7 +80,7 @@
{
bool horz = scrollbar->orientation() == HorizontalScrollbar;
- gfx::PlatformCanvasWin* canvas = gc->platformContext()->canvas();
+ skia::PlatformCanvasWin* canvas = gc->platformContext()->canvas();
HDC hdc = canvas->beginPlatformPaint();
RECT paintRect = toRECT(rect);
@@ -111,7 +111,7 @@
{
bool horz = scrollbar->orientation() == HorizontalScrollbar;
- gfx::PlatformCanvasWin* canvas = gc->platformContext()->canvas();
+ skia::PlatformCanvasWin* canvas = gc->platformContext()->canvas();
HDC hdc = canvas->beginPlatformPaint();
RECT paintRect = toRECT(rect);
@@ -137,7 +137,7 @@
{
bool horz = scrollbar->orientation() == HorizontalScrollbar;
- gfx::PlatformCanvasWin* canvas = gc->platformContext()->canvas();
+ skia::PlatformCanvasWin* canvas = gc->platformContext()->canvas();
HDC hdc = canvas->beginPlatformPaint();
RECT paintRect = toRECT(rect);
« no previous file with comments | « webkit/glue/webwidget_impl.cc ('k') | webkit/port/platform/graphics/chromium/ImageBufferData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698