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

Unified Diff: content/common/gpu/image_transport_surface_fbo_mac.mm

Issue 615503004: Remove TextureImageTransportSurface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build fixes Created 6 years, 3 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: content/common/gpu/image_transport_surface_fbo_mac.mm
diff --git a/content/common/gpu/image_transport_surface_fbo_mac.mm b/content/common/gpu/image_transport_surface_fbo_mac.mm
index 343ee83bfc09647526c2c700ba1e6c8632fd8f22..3568512a5e4df6a2e078c4c1db1506f1e128e838 100644
--- a/content/common/gpu/image_transport_surface_fbo_mac.mm
+++ b/content/common/gpu/image_transport_surface_fbo_mac.mm
@@ -56,8 +56,6 @@ bool ImageTransportSurfaceFBO::Initialize() {
void ImageTransportSurfaceFBO::Destroy() {
DestroyFramebuffer();
-
- helper_->Destroy();
}
bool ImageTransportSurfaceFBO::DeferDraws() {

Powered by Google App Engine
This is Rietveld 408576698