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

Unified Diff: ash/app_list/drop_shadow_label.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 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: ash/app_list/drop_shadow_label.h
diff --git a/ash/app_list/drop_shadow_label.h b/ash/app_list/drop_shadow_label.h
index 2a7ce5d55be347df9d79e93f47f4f3ca9fea3772..9ab4bfefb29ba8fc6ba59b1aba1159e79a8c9a59 100644
--- a/ash/app_list/drop_shadow_label.h
+++ b/ash/app_list/drop_shadow_label.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 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.
@@ -35,7 +35,7 @@ class DropShadowLabel : public views::Label {
int drop_shadow_size() const { return drop_shadow_size_; }
// Overridden to paint the text differently from the base class.
- virtual void PaintText(gfx::Canvas* canvas,
+ virtual void PaintText(gfx::CanvasSkia* canvas,
const string16& text,
const gfx::Rect& text_bounds,
int flags) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698