commit | f26c9e0f69d087a9aae02fb1f0955f6e9680949d | [log] [tgz] |
---|---|---|
author | boliu <[email protected]> | Thu Oct 27 16:29:08 2016 |
committer | Commit bot <[email protected]> | Thu Oct 27 16:32:38 2016 |
tree | a3780c96cf6d294e529f33a9e664841cc0fc2a32 | |
parent | 99812493aac346077f265b7bebd0321d01503d80 [diff] [blame] |
sync compositor: Remove camel casing Didn't catch this in original review. Rename methods to match chrome style. BUG=636164 Review-Url: https://codereview.chromium.org/2455763002 Cr-Commit-Position: refs/heads/master@{#428048}
diff --git a/content/browser/android/synchronous_compositor_host.cc b/content/browser/android/synchronous_compositor_host.cc index eb5a90f..7508aa3 100644 --- a/content/browser/android/synchronous_compositor_host.cc +++ b/content/browser/android/synchronous_compositor_host.cc
@@ -108,7 +108,7 @@ filter->SetFrameFuture(routing_id_, frame_future); sender_->Send(new SyncCompositorMsg_DemandDrawHwAsync(routing_id_, params)); } else { - frame_future->setFrame(nullptr); + frame_future->SetFrame(nullptr); } return frame_future; }