summaryrefslogtreecommitdiffstats
path: root/ppapi
diff options
context:
space:
mode:
authorpiman@google.com <piman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-01 18:21:05 +0000
committerpiman@google.com <piman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-01 18:21:05 +0000
commit994dd1e2161aacff755f32933f900021074e6882 (patch)
tree77f60993a86bdf4905b8f87655f3735a2adca340 /ppapi
parent12dbac9439ee29ee20ecca164fee4b5cb35223e2 (diff)
downloadchromium_src-994dd1e2161aacff755f32933f900021074e6882.zip
chromium_src-994dd1e2161aacff755f32933f900021074e6882.tar.gz
chromium_src-994dd1e2161aacff755f32933f900021074e6882.tar.bz2
Make DidChangeView async again
The webkit bug has been fixed since then, so it works now. BUG=none TEST=youtube Review URL: http://codereview.chromium.org/6706012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80189 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r--ppapi/proxy/ppapi_messages.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
index fad4e8b..5eb0a15 100644
--- a/ppapi/proxy/ppapi_messages.h
+++ b/ppapi/proxy/ppapi_messages.h
@@ -174,9 +174,7 @@ IPC_SYNC_MESSAGE_ROUTED3_1(PpapiMsg_PPPInstance_DidCreate,
PP_Bool /* result */)
IPC_MESSAGE_ROUTED1(PpapiMsg_PPPInstance_DidDestroy,
PP_Instance /* instance */)
-// TODO(piman): DidChangeView should be async, but doing so causes an issue with
-// webkit and accelerated compositing. Turn back to async once this is fixed.
-IPC_SYNC_MESSAGE_ROUTED3_0(PpapiMsg_PPPInstance_DidChangeView,
+IPC_MESSAGE_ROUTED3(PpapiMsg_PPPInstance_DidChangeView,
PP_Instance /* instance */,
PP_Rect /* position */,
PP_Rect /* clip */)