Index: cc/resources/scoped_gpu_raster.h |
diff --git a/cc/resources/scoped_gpu_raster.h b/cc/resources/scoped_gpu_raster.h |
index a322ccbbe9a67157d6b217f7c0d38557fd2f2777..e70ebd0c35491350d1028eb1ee2e028e7aa99fb1 100644 |
--- a/cc/resources/scoped_gpu_raster.h |
+++ b/cc/resources/scoped_gpu_raster.h |
@@ -17,7 +17,7 @@ namespace cc { |
// GL resources while an instance of this class is alive. |
class CC_EXPORT ScopedGpuRaster { |
public: |
- ScopedGpuRaster(ContextProvider* context_provider); |
+ explicit ScopedGpuRaster(ContextProvider* context_provider); |
~ScopedGpuRaster(); |
private: |