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

Unified Diff: content/common/gpu/stream_texture_manager_android.h

Issue 23234003: Support stream textures with the synchronous compositor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android clang Created 7 years, 4 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_manager_android.h
diff --git a/content/common/gpu/stream_texture_manager_android.h b/content/common/gpu/stream_texture_manager_android.h
index 9421d6a0352a59fb7e32fb04de930b14e9cc7e2e..9da84d9d059aca53955514e637887fce4a4ccfe0 100644
--- a/content/common/gpu/stream_texture_manager_android.h
+++ b/content/common/gpu/stream_texture_manager_android.h
@@ -30,7 +30,7 @@ class StreamTextureManagerAndroid : public gpu::StreamTextureManager {
virtual ~StreamTextureManagerAndroid();
// implement gpu::StreamTextureManager:
- virtual GLuint CreateStreamTexture(uint32 service_id,
+ virtual uint32 CreateStreamTexture(uint32 service_id,
uint32 client_id) OVERRIDE;
virtual void DestroyStreamTexture(uint32 service_id) OVERRIDE;
virtual gpu::StreamTexture* LookupStreamTexture(uint32 service_id) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698