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

Unified Diff: chrome/renderer/ggl/ggl.h

Issue 3215008: Connect GpuVideoDecodeServiceHost with ggl::Context and CommandBufferProxy (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: fixed comments Created 10 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
« no previous file with comments | « no previous file | chrome/renderer/ggl/ggl.cc » ('j') | chrome/renderer/gpu_video_service_host.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/ggl/ggl.h
diff --git a/chrome/renderer/ggl/ggl.h b/chrome/renderer/ggl/ggl.h
index 38f83adf92f59fc19532ce3218d05a2fc1ad12a8..8d3f0e2acbe1ed2b50bc8f4276880eeb813a98a6 100644
--- a/chrome/renderer/ggl/ggl.h
+++ b/chrome/renderer/ggl/ggl.h
@@ -16,6 +16,7 @@
#include "gfx/size.h"
class GpuChannelHost;
+class GpuVideoDecoderHost;
namespace ggl {
@@ -114,6 +115,9 @@ bool SwapBuffers(Context* context);
// Destroy the given GGL context.
bool DestroyContext(Context* context);
+// Create a hardware video decoder corresponding to the context.
+GpuVideoDecoderHost* CreateVideoDecoder(Context* context);
+
// TODO(gman): Remove this
void DisableShaderTranslation(Context* context);
« no previous file with comments | « no previous file | chrome/renderer/ggl/ggl.cc » ('j') | chrome/renderer/gpu_video_service_host.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698