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

Unified Diff: dart/sdk/lib/_blink/dartium/_blink_dartium.dart

Issue 644913002: Version 1.7.1 (Closed) Base URL: http://dart.googlecode.com/svn/branches/1.7/
Patch Set: Created 6 years, 2 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 | « no previous file | dart/sdk/lib/html/dart2js/html_dart2js.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/sdk/lib/_blink/dartium/_blink_dartium.dart
===================================================================
--- dart/sdk/lib/_blink/dartium/_blink_dartium.dart (revision 40988)
+++ dart/sdk/lib/_blink/dartium/_blink_dartium.dart (working copy)
@@ -1073,6 +1073,8 @@
static data_Getter(mthis) native "CompositionEvent_data_Getter";
+ static getSegments_Callback(mthis) native "CompositionEvent_getSegments_Callback";
+
static initCompositionEvent_Callback_DOMString_boolean_boolean_Window_DOMString(mthis, typeArg, canBubbleArg, cancelableArg, viewArg, dataArg) native "CompositionEvent_initCompositionEvent_Callback_DOMString_boolean_boolean_Window_DOMString";
}
@@ -4047,9 +4049,13 @@
}
class BlinkMIDIOutput {
+ static send_Callback_Uint8Array(mthis, data) native "MIDIOutput_send_Callback_Uint8Array";
+
static send_Callback_Uint8Array_double(mthis, data, timestamp) native "MIDIOutput_send_Callback_Uint8Array_double";
- static send_Callback_Uint8Array(mthis, data) native "MIDIOutput_send_Callback_Uint8Array";
+ static send_Callback_SEQ_ul_SEQ(mthis, data) native "MIDIOutput_send_Callback_sequence<unsigned long>";
+
+ static send_Callback_SEQ_ul_SEQ_double(mthis, data, timestamp) native "MIDIOutput_send_Callback_sequence<unsigned long>_double";
}
class BlinkMediaController {
@@ -7860,7 +7866,9 @@
class BlinkWebGLDepthTexture {}
-class BlinkWebGLDrawBuffers {}
+class BlinkWebGLDrawBuffers {
+ static drawBuffersWEBGL_Callback_SEQ_ul_SEQ(mthis, buffers) native "WebGLDrawBuffers_drawBuffersWEBGL_Callback_sequence<unsigned long>";
+}
class BlinkWebGLFramebuffer {}
« no previous file with comments | « no previous file | dart/sdk/lib/html/dart2js/html_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698