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

Unified Diff: ui/gfx/canvas.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/gfx/canvas.cc
diff --git a/ui/gfx/canvas.cc b/ui/gfx/canvas.cc
deleted file mode 100644
index 619f93f6f03fcef6fef6830bed41dba5b040a656..0000000000000000000000000000000000000000
--- a/ui/gfx/canvas.cc
+++ /dev/null
@@ -1,25 +0,0 @@
-// 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.
-
-#include "ui/gfx/canvas.h"
-
-namespace gfx {
-
-CanvasSkia* Canvas::AsCanvasSkia() {
- return NULL;
-}
-
-const CanvasSkia* Canvas::AsCanvasSkia() const {
- return NULL;
-}
-
-SkCanvas* Canvas::GetSkCanvas() {
- return NULL;
-}
-
-const SkCanvas* Canvas::GetSkCanvas() const {
- return NULL;
-}
-
-} // namespace gfx
« ash/app_list/app_list_item_view.h ('K') | « ui/gfx/canvas.h ('k') | ui/gfx/canvas_paint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698