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

Unified Diff: tools/dom/scripts/htmlrenamer.py

Issue 2975953002: Fixed readPixels not working in Dartium. (Closed)
Patch Set: Updated to latest WebKit (exposed Dart_TypedArray_ArrayBufferView). Created 3 years, 5 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: tools/dom/scripts/htmlrenamer.py
diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
index aa5a3110b921570ce3f2aa38ad5a7e444cf5a922..c3f7a9d7f42999d8e743d0d5c10d1665166cd26f 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -406,6 +406,8 @@ private_html_members = monitored.Set('htmlrenamer.private_html_members', [
'KeyboardEvent.keyCode',
'KeyboardEvent.which',
+ 'WebGLRenderingContext.readPixels',
+ 'WebGL2RenderingContext.readPixels',
'WheelEvent.initWebKitWheelEvent',
'WheelEvent.deltaX',
'WheelEvent.deltaY',
« no previous file with comments | « tools/deps/dartium.deps/DEPS ('k') | tools/dom/templates/html/impl/impl_WebGL2RenderingContext.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698