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

Unified Diff: ui/wm/core/image_grid.h

Issue 1499793003: Fix classes that have too many virtuals for inline constructors. Base URL: https://chromium.googlesource.com/chromium/src.git@enable-virtuals-as-complexity
Patch Set: Finish fixing the codebase that's accessible from Linux. Created 5 years 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
Index: ui/wm/core/image_grid.h
diff --git a/ui/wm/core/image_grid.h b/ui/wm/core/image_grid.h
index 0a300d8ef5a5235b892a62a137fd2ccbb3046a43..15dd244e9815047b808873e3a79af6cbd44b8827 100644
--- a/ui/wm/core/image_grid.h
+++ b/ui/wm/core/image_grid.h
@@ -128,7 +128,7 @@ class WM_EXPORT ImageGrid {
// Delegate responsible for painting a specific image on a layer.
class ImagePainter : public ui::LayerDelegate {
public:
- explicit ImagePainter(const gfx::ImageSkia& image) : image_(image) {}
+ explicit ImagePainter(const gfx::ImageSkia& image);
~ImagePainter() override {}
// Clips |layer| to |clip_rect|. Triggers a repaint if the clipping

Powered by Google App Engine
This is Rietveld 408576698