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

Unified Diff: cc/resources/resource_pool.h

Issue 13051003: cpplint.py pass on cc/(base|debug|quads|resources)/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix prioritized_resource_unittest Created 7 years, 9 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
« no previous file with comments | « cc/resources/priority_calculator.cc ('k') | cc/resources/resource_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/resource_pool.h
diff --git a/cc/resources/resource_pool.h b/cc/resources/resource_pool.h
index f3ef9bb51d33e52f111b77d09a7419603f92ad57..f8f52ac701e30f34b6634329df7cbf46909d87af 100644
--- a/cc/resources/resource_pool.h
+++ b/cc/resources/resource_pool.h
@@ -36,7 +36,7 @@ class CC_EXPORT ResourcePool {
virtual ~ResourcePool();
- ResourceProvider* resource_provider() { return resource_provider_; };
+ ResourceProvider* resource_provider() { return resource_provider_; }
scoped_ptr<ResourcePool::Resource> AcquireResource(
const gfx::Size&, GLenum format);
@@ -45,7 +45,7 @@ class CC_EXPORT ResourcePool {
void SetMaxMemoryUsageBytes(size_t max_memory_usage_bytes);
protected:
- ResourcePool(ResourceProvider* resource_provider);
+ explicit ResourcePool(ResourceProvider* resource_provider);
private:
ResourceProvider* resource_provider_;
« no previous file with comments | « cc/resources/priority_calculator.cc ('k') | cc/resources/resource_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698