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

Unified Diff: cc/input/pinch_zoom_scrollbar_painter.h

Issue 13065006: cc: Add DISALLOW_COPY_AND_ASSIGN where appropriate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add operator= for DrawingState back as well 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/input/pinch_zoom_scrollbar_geometry.h ('k') | cc/layers/contents_scaling_layer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/input/pinch_zoom_scrollbar_painter.h
diff --git a/cc/input/pinch_zoom_scrollbar_painter.h b/cc/input/pinch_zoom_scrollbar_painter.h
index 1a70a748a0d4c33b4911da58f4f74ac6a00893b2..77bd87b3d3c20d65e2929d6397c1e09b00c667e1 100644
--- a/cc/input/pinch_zoom_scrollbar_painter.h
+++ b/cc/input/pinch_zoom_scrollbar_painter.h
@@ -5,6 +5,7 @@
#ifndef CC_INPUT_PINCH_ZOOM_SCROLLBAR_PAINTER_H_
#define CC_INPUT_PINCH_ZOOM_SCROLLBAR_PAINTER_H_
+#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "cc/layers/scrollbar_theme_painter.h"
@@ -27,6 +28,9 @@ class PinchZoomScrollbarPainter : public ScrollbarThemePainter {
virtual void PaintForwardButtonEnd(SkCanvas* canvas, gfx::Rect rect) OVERRIDE;
virtual void PaintTickmarks(SkCanvas* canvas, gfx::Rect rect) OVERRIDE;
virtual void PaintThumb(SkCanvas* canvas, gfx::Rect rect) OVERRIDE;
+
+ private:
+ DISALLOW_COPY_AND_ASSIGN(PinchZoomScrollbarPainter);
};
} // namespace cc
« no previous file with comments | « cc/input/pinch_zoom_scrollbar_geometry.h ('k') | cc/layers/contents_scaling_layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698