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

Unified Diff: views/widget/widget_win.h

Issue 113443: ChromeCanvas->gfx::Canvas (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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 | « views/widget/root_view_win.cc ('k') | views/widget/widget_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/widget/widget_win.h
===================================================================
--- views/widget/widget_win.h (revision 16147)
+++ views/widget/widget_win.h (working copy)
@@ -16,9 +16,8 @@
#include "views/layout_manager.h"
#include "views/widget/widget.h"
-class ChromeCanvas;
-
namespace gfx {
+class Canvas;
class Rect;
}
@@ -608,7 +607,7 @@
// A canvas that contains the window contents in the case of a layered
// window.
- scoped_ptr<ChromeCanvas> contents_;
+ scoped_ptr<gfx::Canvas> contents_;
// Whether or not the window should delete itself when it is destroyed.
// Set this to false via its setter for stack allocated instances.
« no previous file with comments | « views/widget/root_view_win.cc ('k') | views/widget/widget_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698