Index: views/painter.cc |
=================================================================== |
--- views/painter.cc (revision 82144) |
+++ views/painter.cc (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2009 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -44,7 +44,7 @@ |
// Need to unref shader, otherwise never deleted. |
s->unref(); |
- canvas->AsCanvasSkia()->drawRectCoords( |
+ canvas->AsCanvasSkia()->skia_canvas()->drawRectCoords( |
SkIntToScalar(0), SkIntToScalar(0), SkIntToScalar(w), SkIntToScalar(h), |
paint); |
} |