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

Unified Diff: ui/views/widget/native_widget_win.h

Issue 9562038: ui/gfx: Make gfx::Canvas inherit from gfx::CanvasSkia. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more two win fixes Created 8 years, 9 months 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 | « ui/views/view_unittest.cc ('k') | ui/views/widget/native_widget_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/native_widget_win.h
diff --git a/ui/views/widget/native_widget_win.h b/ui/views/widget/native_widget_win.h
index a3537c7356730ccb96de30bf07da12ed8b4dbac8..eb3d6d189233db7678f33d422a2c729340ab47e5 100644
--- a/ui/views/widget/native_widget_win.h
+++ b/ui/views/widget/native_widget_win.h
@@ -32,7 +32,7 @@ class ViewProp;
}
namespace gfx {
-class CanvasSkia;
+class Canvas;
class Font;
class Rect;
}
@@ -550,7 +550,7 @@ class VIEWS_EXPORT NativeWidgetWin : public ui::WindowImpl,
// A canvas that contains the window contents in the case of a layered
// window.
- scoped_ptr<gfx::CanvasSkia> layered_window_contents_;
+ scoped_ptr<gfx::Canvas> layered_window_contents_;
// We must track the invalid rect ourselves, for two reasons:
// For layered windows, Windows will not do this properly with
« no previous file with comments | « ui/views/view_unittest.cc ('k') | ui/views/widget/native_widget_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698