diff options
author | stuartmorgan@google.com <stuartmorgan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-27 19:30:32 +0000 |
---|---|---|
committer | stuartmorgan@google.com <stuartmorgan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-27 19:30:32 +0000 |
commit | 4be98628a79d54152176eaf829916a4eb5e6777c (patch) | |
tree | b36c0db6734482cb1247d85da9c8a74afa044b71 /chrome/plugin | |
parent | 9abc1b14a6042d4575d2817b275acb6c241ec543 (diff) | |
download | chromium_src-4be98628a79d54152176eaf829916a4eb5e6777c.zip chromium_src-4be98628a79d54152176eaf829916a4eb5e6777c.tar.gz chromium_src-4be98628a79d54152176eaf829916a4eb5e6777c.tar.bz2 |
Fix partial plugin invalidate repainting on Mac.
The transport canvas and the backing store canvas are upside down relative to eachother, so the rects need some massaging.
BUG=none
TEST=YouTube videos should play without sections drawing in the wrong place, and plugins scrolled partially offscreen should draw the right section.
Review URL: http://codereview.chromium.org/159423
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21681 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/plugin')
-rw-r--r-- | chrome/plugin/webplugin_proxy.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/plugin/webplugin_proxy.cc b/chrome/plugin/webplugin_proxy.cc index b98cc93..32102d3 100644 --- a/chrome/plugin/webplugin_proxy.cc +++ b/chrome/plugin/webplugin_proxy.cc @@ -540,7 +540,6 @@ void WebPluginProxy::UpdateTransform() { } #elif defined(OS_MACOSX) void WebPluginProxy::UpdateTransform() { - NOTIMPLEMENTED(); } void WebPluginProxy::SetWindowlessBuffer( |