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

Unified Diff: cc/resources/scoped_gpu_raster.h

Issue 734063004: Update from https://crrev.com/304418 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « cc/resources/resource_provider_unittest.cc ('k') | cc/resources/task_graph_runner_perftest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « cc/resources/resource_provider_unittest.cc ('k') | cc/resources/task_graph_runner_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698