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

Unified Diff: ui/views/view_targeter_unittest.cc

Issue 302653002: Introduce the MicButtonTargeter class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix compilation Created 6 years, 7 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 | « ui/views/view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/view_targeter_unittest.cc
diff --git a/ui/views/view_targeter_unittest.cc b/ui/views/view_targeter_unittest.cc
index 8c8acaf71e2a1aabb23f2a41c993323ca7eb7c95..e72618340cbcfbe4724a0dbe7437596f07008645 100644
--- a/ui/views/view_targeter_unittest.cc
+++ b/ui/views/view_targeter_unittest.cc
@@ -21,7 +21,8 @@ class TestMaskedViewTargeter : public MaskedViewTargeter {
virtual ~TestMaskedViewTargeter() {}
private:
- virtual bool GetHitTestMask(View* view, gfx::Path* mask) const OVERRIDE {
+ virtual bool GetHitTestMask(const View* view,
+ gfx::Path* mask) const OVERRIDE {
SkScalar w = SkIntToScalar(view->width());
SkScalar h = SkIntToScalar(view->height());
« no previous file with comments | « ui/views/view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698