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

Unified Diff: Source/core/events/NavigatorEvents.h

Issue 171333003: Pass implementation object to supplemental classes by reference (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 10 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
Index: Source/core/events/NavigatorEvents.h
diff --git a/Source/core/events/NavigatorEvents.h b/Source/core/events/NavigatorEvents.h
index 44cead911974797033b7bb3c2e674f6732dbe538..84f3ad7981ef49af27f5317520513cf2ccc73e99 100644
--- a/Source/core/events/NavigatorEvents.h
+++ b/Source/core/events/NavigatorEvents.h
@@ -37,7 +37,7 @@ class Navigator;
class NavigatorEvents {
public:
- static long maxTouchPoints(Navigator*);
+ static long maxTouchPoints(Navigator&);
};
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698