summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/plugins/ANPNativeWindowInterface.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Ensure the frame inversion flag is immediately effective.Derek Sollenberger2011-10-121-11/+3
| | | | | | | | | | Previously the frame inversion state was passed to the UI thread when the layer tree was synced. This CL removes that restriction and updates it immediately by storing the state in a cross thread refcounted object. bug: 5283034 Change-Id: I58a7ea0f2ed261008b945241bc783cfee4f33466
* Replace plugin's OpenGL API with a NativeWindow API.Derek Sollenberger2011-08-031-0/+88
bug: 5114637 Change-Id: Idfadf95b9b65bf87ad2edf76fd2c5fc0513a75c3