Index: ui/gfx/canvas_android.cc |
diff --git a/ui/gfx/canvas_android.cc b/ui/gfx/canvas_android.cc |
deleted file mode 100644 |
index c26a668f1d466ba805125e9dd06f77faa9f70f16..0000000000000000000000000000000000000000 |
--- a/ui/gfx/canvas_android.cc |
+++ /dev/null |
@@ -1,32 +0,0 @@ |
-// 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. |
- |
-#include "ui/gfx/canvas.h" |
- |
-#include "base/logging.h" |
-#include "ui/gfx/font.h" |
- |
-namespace gfx { |
- |
-// static |
-void Canvas::SizeStringInt(const base::string16& text, |
- const gfx::Font& font, |
- int* width, |
- int* height, |
- int line_height, |
- int flags) { |
- NOTIMPLEMENTED(); |
-} |
- |
-void Canvas::DrawStringWithShadows(const base::string16& text, |
- const gfx::Font& font, |
- SkColor color, |
- const gfx::Rect& text_bounds, |
- int line_height, |
- int flags, |
- const ShadowValues& shadows) { |
- NOTIMPLEMENTED(); |
-} |
- |
-} // namespace gfx |