Index: content/common/gpu/media/vaapi_video_decode_accelerator.h |
=================================================================== |
--- content/common/gpu/media/vaapi_video_decode_accelerator.h (revision 150008) |
+++ content/common/gpu/media/vaapi_video_decode_accelerator.h (working copy) |
@@ -56,10 +56,7 @@ |
virtual void Reset() OVERRIDE; |
virtual void Destroy() OVERRIDE; |
- // Do any necessary initialization before the sandbox is enabled. |
- static void PreSandboxInitialization(); |
- |
-private: |
+ private: |
// Ensure data has been synced with the output texture and notify |
// the client it is ready for displaying. |
void SyncAndNotifyPictureReady(int32 input_id, int32 output_id); |
@@ -125,10 +122,6 @@ |
// Helper for Destroy(), doing all the actual work except for deleting self. |
void Cleanup(); |
- // Lazily initialize static data after sandbox is enabled. Return false on |
- // init failure. |
- static bool PostSandboxInitialization(); |
- |
// Client-provided X/GLX state. |
Display* x_display_; |
GLXContext glx_context_; |