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

Unified Diff: ui/compositor/layer.cc

Issue 227413011: Remove old texture path in TextureLayer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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/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,

Powered by Google App Engine
This is Rietveld 408576698