Merge "Fix google-explicit-constructor warnings in media/mca." am: 2cace65f71
am: 4836d07980
Change-Id: Ib0369e46dd1f1e56b3f660e615bc34c87120acaa
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
|
||||
// take ownership. The caller must make sure the GLEnv stays valid as long as the GLFrame is
|
||||
// alive.
|
||||
GLFrame(GLEnv* gl_env);
|
||||
explicit GLFrame(GLEnv* gl_env);
|
||||
|
||||
// Deallocate a GL frame.
|
||||
~GLFrame();
|
||||
|
||||
@@ -27,7 +27,7 @@ namespace filterfw {
|
||||
class NativeFrame {
|
||||
public:
|
||||
// Create an empty native frame.
|
||||
NativeFrame(int size);
|
||||
explicit NativeFrame(int size);
|
||||
|
||||
~NativeFrame();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user