Merge "Fix google-explicit-constructor warnings in media/mca."
This commit is contained in:
@@ -38,7 +38,7 @@ class GLFrame : public GLBufferHandle {
|
|||||||
// Create an empty GL frame in the specified GL environment. Note, that the GLFrame does NOT
|
// Create an empty GL frame in the specified GL environment. Note, that the GLFrame does NOT
|
||||||
// take ownership. The caller must make sure the GLEnv stays valid as long as the GLFrame is
|
// take ownership. The caller must make sure the GLEnv stays valid as long as the GLFrame is
|
||||||
// alive.
|
// alive.
|
||||||
GLFrame(GLEnv* gl_env);
|
explicit GLFrame(GLEnv* gl_env);
|
||||||
|
|
||||||
// Deallocate a GL frame.
|
// Deallocate a GL frame.
|
||||||
~GLFrame();
|
~GLFrame();
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ namespace filterfw {
|
|||||||
class NativeFrame {
|
class NativeFrame {
|
||||||
public:
|
public:
|
||||||
// Create an empty native frame.
|
// Create an empty native frame.
|
||||||
NativeFrame(int size);
|
explicit NativeFrame(int size);
|
||||||
|
|
||||||
~NativeFrame();
|
~NativeFrame();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user