diff options
author | asvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-19 00:30:43 +0000 |
---|---|---|
committer | asvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-19 00:30:43 +0000 |
commit | 3020ca91c71f72c54de74cbd3fd7ef3f9023cc67 (patch) | |
tree | 9bce06239054160d9ba8c6684478892d815274cc /ui/gfx/canvas.h | |
parent | 3e46a536732369decefa12f59706f8e8105b727b (diff) | |
download | chromium_src-3020ca91c71f72c54de74cbd3fd7ef3f9023cc67.zip chromium_src-3020ca91c71f72c54de74cbd3fd7ef3f9023cc67.tar.gz chromium_src-3020ca91c71f72c54de74cbd3fd7ef3f9023cc67.tar.bz2 |
Remove unused CanvasSkia::GetTextureID() functions.
BUG=none
TEST=compiles
Review URL: http://codereview.chromium.org/9242017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118192 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx/canvas.h')
-rw-r--r-- | ui/gfx/canvas.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/gfx/canvas.h b/ui/gfx/canvas.h index c3af1e3..c3aa3b0 100644 --- a/ui/gfx/canvas.h +++ b/ui/gfx/canvas.h @@ -19,7 +19,6 @@ class SkCanvas; namespace ui { class Transform; -typedef unsigned int TextureID; } namespace gfx { @@ -215,9 +214,6 @@ class UI_EXPORT Canvas { // Apply transformation on the canvas. virtual void Transform(const ui::Transform& transform) = 0; - // Create a texture ID that can be used for accelerated drawing. - virtual ui::TextureID GetTextureID() = 0; - // TODO(beng): remove this once we don't need to use any skia-specific methods // through this interface. // A quick and dirty way to obtain the underlying SkCanvas. |