Index: ui/compositor/layer.cc |
diff --git a/ui/compositor/layer.cc b/ui/compositor/layer.cc |
index bb94860e94425a26802a6c2d92271f9eb473135d..c93ca680acd8e07aa05bf3d38152d95fd1f571cb 100644 |
--- a/ui/compositor/layer.cc |
+++ b/ui/compositor/layer.cc |
@@ -658,11 +658,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, |