summaryrefslogtreecommitdiffstats
path: root/content/common
diff options
context:
space:
mode:
authorreveman <reveman@chromium.org>2014-09-08 22:15:08 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-09 05:43:53 +0000
commitd9e330dcd5906b9df3ba004bf91a0a8f72739be0 (patch)
tree00066e1f9bb10e1981ee732ba257c5c39a9e4983 /content/common
parent2b2540c1d0b6c32c7c7f98615c0d3e8a4f646e6e (diff)
downloadchromium_src-d9e330dcd5906b9df3ba004bf91a0a8f72739be0.zip
chromium_src-d9e330dcd5906b9df3ba004bf91a0a8f72739be0.tar.gz
chromium_src-d9e330dcd5906b9df3ba004bf91a0a8f72739be0.tar.bz2
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}
Diffstat (limited to 'content/common')
-rw-r--r--content/common/gpu/stream_texture_android.cc1
1 files changed, 0 insertions, 1 deletions
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;
}