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

Unified Diff: content/common/gpu/stream_texture_android.cc

Issue 977853002: Reland of Revert of gpu: introduce glCopySubTextureCHROMIUM (patchset #1 id:1 of https://codereview… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Apply image optimization to CopySubTexture. move glValidateProgram Created 5 years, 10 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/stream_texture_android.cc
diff --git a/content/common/gpu/stream_texture_android.cc b/content/common/gpu/stream_texture_android.cc
index 5985821862f418f8de2ae73981b8decd2bcb9bc3..aa99e0087a714011ade6c716a6326829704fee05 100644
--- a/content/common/gpu/stream_texture_android.cc
+++ b/content/common/gpu/stream_texture_android.cc
@@ -202,7 +202,7 @@ void StreamTexture::ReleaseTexImage(unsigned target) {
NOTREACHED();
}
-bool StreamTexture::CopyTexImage(unsigned target) {
+bool StreamTexture::CopyTexSubImage(unsigned target, int xoffset, int yoffset) {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698