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

Unified Diff: lib/html/scripts/systemnative.py

Issue 10969073: Fixing up WheelEvent to follow W3C standards and work on all platforms. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Incorporating review feedback Created 8 years, 3 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 | « lib/html/scripts/systemhtml.py ('k') | lib/html/src/Device.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/scripts/systemnative.py
diff --git a/lib/html/scripts/systemnative.py b/lib/html/scripts/systemnative.py
index 11cb23113e22c922e139bd4bb94df91e405d58b5..485e0acb3a98993c70e2a0e8d91b3d9f96038bb2 100644
--- a/lib/html/scripts/systemnative.py
+++ b/lib/html/scripts/systemnative.py
@@ -175,6 +175,9 @@ class NativeImplementationGenerator(systembase.BaseGenerator):
# generated on merged interface implementation instead.
return False
+ def HasCustomEventImplementation(self, member_name):
+ return False
+
def StartInterface(self):
# Create emitters for c++ implementation.
if self.HasImplementation():
« no previous file with comments | « lib/html/scripts/systemhtml.py ('k') | lib/html/src/Device.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698