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

Unified Diff: chrome/common/extensions/extension_action.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: chrome/common/extensions/extension_action.h
diff --git a/chrome/common/extensions/extension_action.h b/chrome/common/extensions/extension_action.h
index a1e5bc4a35adc061942eab000108347fcb3607b2..81907501d8525a1530ca154a178f1a76f7d138a0 100644
--- a/chrome/common/extensions/extension_action.h
+++ b/chrome/common/extensions/extension_action.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 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.
@@ -14,7 +14,7 @@
#include "third_party/skia/include/core/SkColor.h"
namespace gfx {
-class Canvas;
+class CanvasSkia;
class Rect;
}
@@ -140,7 +140,7 @@ class ExtensionAction {
void ClearAllValuesForTab(int tab_id);
// If the specified tab has a badge, paint it into the provided bounds.
- void PaintBadge(gfx::Canvas* canvas, const gfx::Rect& bounds, int tab_id);
+ void PaintBadge(gfx::CanvasSkia* canvas, const gfx::Rect& bounds, int tab_id);
private:
template <class T>

Powered by Google App Engine
This is Rietveld 408576698