Commit 52e5a28e authored by jam@chromium.org's avatar jam@chromium.org

fix win64 build

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272390 0039d316-1c4b-4281-b951-d872f2087c98
parent e2a0d629
......@@ -365,7 +365,8 @@ class SetViewContentsTransaction : public ViewManagerTransaction {
memcpy(memory, &data[0], data.size());
AllocationScope scope;
service()->SetViewContents(view_id_, duped.Pass(), data.size(),
service()->SetViewContents(view_id_, duped.Pass(),
static_cast<uint32_t>(data.size()),
ActionCompletedCallback());
}
virtual void DoActionCompleted(bool success) OVERRIDE {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment