Index: ui/compositor/layer.cc |
diff --git a/ui/compositor/layer.cc b/ui/compositor/layer.cc |
index e40e4ce9d66032199b42f4c374eccf8382897117..8254d121234695e7c15cd7efe1c0b9a5b83b39b3 100644 |
--- a/ui/compositor/layer.cc |
+++ b/ui/compositor/layer.cc |
@@ -652,11 +652,6 @@ void Layer::PaintContents(SkCanvas* sk_canvas, |
bool Layer::FillsBoundsCompletely() const { return fills_bounds_completely_; } |
-unsigned Layer::PrepareTexture() { |
- NOTREACHED(); |
- return 0; |
-} |
- |
bool Layer::PrepareTextureMailbox( |
cc::TextureMailbox* mailbox, |
scoped_ptr<cc::SingleReleaseCallback>* release_callback, |