From d9e330dcd5906b9df3ba004bf91a0a8f72739be0 Mon Sep 17 00:00:00 2001 From: reveman Date: Mon, 8 Sep 2014 22:15:08 -0700 Subject: gpu: Allow CopyTexImage to be called with StreamTextures and GLImageSync. BUG=374962 R=sievers@chromium.org Review URL: https://codereview.chromium.org/549253003 Cr-Commit-Position: refs/heads/master@{#293855} --- content/common/gpu/stream_texture_android.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'content/common') diff --git a/content/common/gpu/stream_texture_android.cc b/content/common/gpu/stream_texture_android.cc index d67d94e..0c3173e 100644 --- a/content/common/gpu/stream_texture_android.cc +++ b/content/common/gpu/stream_texture_android.cc @@ -203,7 +203,6 @@ void StreamTexture::ReleaseTexImage(unsigned target) { } bool StreamTexture::CopyTexImage(unsigned target) { - NOTREACHED(); return false; } -- cgit v1.1