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

Unified Diff: ui/aura/window.cc

Issue 9562038: ui/gfx: Make gfx::Canvas inherit from gfx::CanvasSkia. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes Created 8 years, 10 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
Index: ui/aura/window.cc
diff --git a/ui/aura/window.cc b/ui/aura/window.cc
index febf221d70604a4860a7614b0e27c63d64e022ee..42ebc91a02ecb4964d77bb1b0afdaa99ffce66d4 100644
--- a/ui/aura/window.cc
+++ b/ui/aura/window.cc
@@ -708,7 +708,7 @@ void Window::NotifyAddedToRootWindow() {
}
}
-void Window::OnPaintLayer(gfx::Canvas* canvas) {
+void Window::OnPaintLayer(gfx::CanvasSkia* canvas) {
if (delegate_)
delegate_->OnPaint(canvas);
}

Powered by Google App Engine
This is Rietveld 408576698