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

Unified Diff: cc/input/pinch_zoom_scrollbar.h

Issue 12965007: Fix cpplint errors in cc/(animation|input|layers|trees|test)/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased 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/page_scale_animation.cc ('k') | cc/input/pinch_zoom_scrollbar_geometry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/input/pinch_zoom_scrollbar.h
diff --git a/cc/input/pinch_zoom_scrollbar.h b/cc/input/pinch_zoom_scrollbar.h
index aad5b279b947c2d49cbd9707eaf41300e2153363..2aa6005fc0ae470039dee201374c929af7b6c43e 100644
--- a/cc/input/pinch_zoom_scrollbar.h
+++ b/cc/input/pinch_zoom_scrollbar.h
@@ -42,11 +42,11 @@ class PinchZoomScrollbar : public WebKit::WebScrollbar {
virtual WebKit::WebScrollbar::Orientation orientation() const;
private:
- DISALLOW_COPY_AND_ASSIGN(PinchZoomScrollbar);
-
WebKit::WebScrollbar::Orientation orientation_;
LayerTreeHost* owner_;
+
+ DISALLOW_COPY_AND_ASSIGN(PinchZoomScrollbar);
}; // class PinchZoomScrollbar
} // namespace cc
-#endif // CC_INPUT_PINCH_ZOOM_SCROLLBAR_H_
+#endif // CC_INPUT_PINCH_ZOOM_SCROLLBAR_H_
« no previous file with comments | « cc/input/page_scale_animation.cc ('k') | cc/input/pinch_zoom_scrollbar_geometry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698