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

Unified Diff: ppapi/shared_impl/video_decoder_impl.h

Issue 7779001: Replace the use of an int32* with a proper struct for decoder configuration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Replaced struct with explicit profile parameter. Created 9 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: ppapi/shared_impl/video_decoder_impl.h
diff --git a/ppapi/shared_impl/video_decoder_impl.h b/ppapi/shared_impl/video_decoder_impl.h
index b71f27dea33a391d91f1f664562551950c006998..10607403ab47f60ce53b1455e2305897fe39a442 100644
--- a/ppapi/shared_impl/video_decoder_impl.h
+++ b/ppapi/shared_impl/video_decoder_impl.h
@@ -39,11 +39,6 @@ class PPAPI_SHARED_EXPORT VideoDecoderImpl
// PPB_VideoDecoder_API implementation.
virtual void Destroy() OVERRIDE;
- // Copy C-style config list into |out_configs| vector.
- static bool CopyConfigsToVector(
- const PP_VideoConfigElement* configs_to_copy,
- std::vector<PP_VideoConfigElement>* out_configs);
-
protected:
bool SetFlushCallback(PP_CompletionCallback callback);
bool SetResetCallback(PP_CompletionCallback callback);

Powered by Google App Engine
This is Rietveld 408576698