Bug 67613 - [Chromium] Add setNativeWindow to WebGraphicsContext3D for Android
Summary: [Chromium] Add setNativeWindow to WebGraphicsContext3D for Android
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Adam Barth
URL:
Keywords:
Depends on:
Blocks: 66687
  Show dependency treegraph
 
Reported: 2011-09-05 12:03 PDT by Adam Barth
Modified: 2011-09-06 14:10 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.36 KB, patch)
2011-09-05 12:06 PDT, Adam Barth
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2011-09-05 12:03:55 PDT
[Chromium] Add setNativeWindow to WebGraphicsContext3D for Android
Comment 1 Adam Barth 2011-09-05 12:06:57 PDT
Created attachment 106351 [details]
Patch
Comment 2 Adam Barth 2011-09-05 12:08:44 PDT
I haven't marked this patch for review because I'm not sure if this function is needed.  Where is it used?
Comment 3 Peter Beverloo 2011-09-06 02:50:16 PDT
Chromium's content/renderer/render_view.cc calls it in RenderView::SetNativeWindow, but the actual AndroidNativeWindowInterface* doesn't seem to be stored or used anywhere. I'll follow up via e-mail.
Comment 4 Adam Barth 2011-09-06 14:10:40 PDT
We're going to try to find another way to do this work without adding this API.