aboutsummaryrefslogtreecommitdiff
path: root/drm/ResourceManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'drm/ResourceManager.h')
-rw-r--r--drm/ResourceManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drm/ResourceManager.h b/drm/ResourceManager.h
index 7102cea..fca6e1f 100644
--- a/drm/ResourceManager.h
+++ b/drm/ResourceManager.h
@@ -45,7 +45,7 @@ class ResourceManager {
}
private:
- int AddDrmDevice(std::string path);
+ int AddDrmDevice(std::string const &path);
static bool IsKMSDev(const char *path);
int num_displays_;
@@ -53,7 +53,7 @@ class ResourceManager {
std::vector<std::shared_ptr<Importer>> importers_;
const gralloc_module_t *gralloc_;
- bool scale_with_gpu_;
+ bool scale_with_gpu_{};
};
} // namespace android